Skip to content

Commit

Permalink
deps(http): bump version to v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Dec 17, 2023
1 parent d7bca42 commit 7882ee9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "h2_imp"
name = "h2-imp"
# When releasing to crates.io:
# - Update doc URL.
# - html_root_url.
Expand Down Expand Up @@ -47,7 +47,7 @@ futures-util = { version = "0.3", default-features = false }
tokio-util = { version = "0.7.1", features = ["codec", "io"] }
tokio = { version = "1", features = ["io-util"] }
bytes = "1"
http = "0.2"
http = "0.2.11"
tracing = { version = "0.1.32", default-features = false, features = ["std"] }
fnv = "1.0.5"
slab = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "1", features = [ "full" ] }
h2 = { path = "../", features = [ "unstable" ] }
h2-support = { path = "../tests/h2-support" }
futures = { version = "0.3", default-features = false, features = ["std"] }
http = "0.2"
http = "0.2.11"

# Prevent this from interfering with workspaces
[workspace]
Expand Down
2 changes: 1 addition & 1 deletion tests/h2-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ h2 = { package = "h2_imp", version = "0.3.21" }
env_logger = { version = "0.9", default-features = false }
futures = { version = "0.3", default-features = false, features = ["std"] }
honggfuzz = "0.5"
http = "0.2"
http = "0.2.11"
tokio = { version = "1", features = [ "full" ] }
2 changes: 1 addition & 1 deletion tests/h2-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
tracing-tree = "0.2"
futures = { version = "0.3", default-features = false }
http = "0.2"
http = "0.2.11"
tokio = { version = "1", features = ["time"] }
tokio-test = "0.4"

0 comments on commit 7882ee9

Please sign in to comment.