Skip to content

Commit 5aa4a44

Browse files
cargo: bump http from 1.3.1 to 1.4.0 in the minor group (#2988)
Bumps the minor group with 1 update: [http](https://github.com/hyperium/http). Updates `http` from 1.3.1 to 1.4.0 Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent beb74a6 commit 5aa4a44

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/concurrency/async-exercises/chat-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ edition = "2024"
55

66
[dependencies]
77
futures-util = { version = "0.3.31", features = ["sink"] }
8-
http = "1.3.1"
8+
http = "1.4.0"
99
tokio = { version = "1.48.0", features = ["full"] }
1010
tokio-websockets = { version = "0.13.0", features = ["client", "fastrand", "server", "sha1_smol"] }

0 commit comments

Comments
 (0)