Skip to content

Commit 199c238

Browse files
committed
deps: update http to 1.0
1 parent 63b67ae commit 199c238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

http-body-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ categories = ["web-programming"]
2828
[dependencies]
2929
bytes = "1"
3030
futures-util = { version = "0.3.14", default-features = false, features = ["alloc"] }
31-
http = "0.2"
31+
http = "1"
3232
http-body = { version = "=1.0.0-rc.2", path = "../http-body" }
3333
pin-project-lite = "0.2"
3434

http-body/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ categories = ["web-programming"]
2626

2727
[dependencies]
2828
bytes = "1"
29-
http = "0.2"
29+
http = "1"

0 commit comments

Comments
 (0)