Skip to content

Commit

Permalink
deps: update http to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 15, 2023
1 parent 63b67ae commit 33e99c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-body-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ categories = ["web-programming"]
[dependencies]
bytes = "1"
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"] }
http = "0.2"
http = "1"
http-body = { version = "=1.0.0-rc.2", path = "../http-body" }
pin-project-lite = "0.2"

Expand Down
2 changes: 1 addition & 1 deletion http-body/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ categories = ["web-programming"]

[dependencies]
bytes = "1"
http = "0.2"
http = "1"

0 comments on commit 33e99c5

Please sign in to comment.