Skip to content

Commit

Permalink
chore: update h2 crate (#23272)
Browse files Browse the repository at this point in the history
Prerequisite #23273.
  • Loading branch information
iuioiua authored and satyarohith committed Apr 11, 2024
1 parent a91bf05 commit 4ad011e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ flate2 = { version = "1.0.26", default-features = false }
fs3 = "0.5.0"
futures = "0.3.21"
glob = "0.3.1"
h2 = "0.4.2"
h2 = "0.4.4"
http = "1.0"
http-body-util = "0.1"
http_v02 = { package = "http", version = "0.2.9" }
Expand Down
2 changes: 1 addition & 1 deletion ext/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ecb.workspace = true
elliptic-curve.workspace = true
errno = "0.2.8"
faster-hex.workspace = true
h2 = { version = "0.3.17", features = ["unstable"] }
h2 = { version = "0.3.26", features = ["unstable"] }
hkdf.workspace = true
http_v02.workspace = true
idna = "0.3.0"
Expand Down

0 comments on commit 4ad011e

Please sign in to comment.