Skip to content

Commit 5c16195

Browse files
authored
update http to 1.0 (#215)
1 parent 7f099d4 commit 5c16195

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ futures = "0.3"
1313
h3 = { path = "../h3" }
1414
h3-quinn = { path = "../h3-quinn" }
1515
h3-webtransport = { path = "../h3-webtransport" }
16-
http = "0.2"
16+
http = "1"
1717
quinn = { version = "0.10", default-features = false, features = [
1818
"runtime-tokio",
1919
"tls-rustls",

h3-webtransport/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
bytes = "1"
1010
futures-util = { version = "0.3", default-features = false }
11-
http = "0.2.9"
11+
http = "1"
1212
pin-project-lite = { version = "0.2", default_features = false }
1313
tracing = "0.1.37"
1414
tokio = { version = "1.28", default_features = false }

h3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ i-implement-a-third-party-backend-and-opt-into-breaking-changes = []
2525
[dependencies]
2626
bytes = "1"
2727
futures-util = { version = "0.3", default-features = false, features = ["io"] }
28-
http = "0.2.9"
28+
http = "1"
2929
tokio = { version = "1", features = ["sync"] }
3030
pin-project-lite = { version = "0.2", default_features = false }
3131
tracing = "0.1.40"

0 commit comments

Comments
 (0)