Skip to content

Commit

Permalink
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 7f099d4 commit 1053691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = "0.3"
h3 = { path = "../h3" }
h3-quinn = { path = "../h3-quinn" }
h3-webtransport = { path = "../h3-webtransport" }
http = "0.2"
http = "1"
quinn = { version = "0.10", default-features = false, features = [
"runtime-tokio",
"tls-rustls",
Expand Down
2 changes: 1 addition & 1 deletion h3-webtransport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
bytes = "1"
futures-util = { version = "0.3", default-features = false }
http = "0.2.9"
http = "1"
pin-project-lite = { version = "0.2", default_features = false }
tracing = "0.1.37"
tokio = { version = "1.28", default_features = false }
Expand Down
2 changes: 1 addition & 1 deletion h3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ i-implement-a-third-party-backend-and-opt-into-breaking-changes = []
[dependencies]
bytes = "1"
futures-util = { version = "0.3", default-features = false, features = ["io"] }
http = "0.2.9"
http = "1"
tokio = { version = "1", features = ["sync"] }
pin-project-lite = { version = "0.2", default_features = false }
tracing = "0.1.40"
Expand Down

0 comments on commit 1053691

Please sign in to comment.