Skip to content

Commit a6abbb7

Browse files
build(deps): update h2 requirement from 0.3.17 to 0.4.1
Updates the requirements on [h2](https://github.com/hyperium/h2) to permit the latest version. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.17...v0.4.1) --- updated-dependencies: - dependency-name: h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08a9c66 commit a6abbb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actix-http/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tokio-util = { version = "0.7", features = ["io", "codec"] }
8989
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
9090

9191
# http2
92-
h2 = { version = "0.3.17", optional = true }
92+
h2 = { version = "0.4.1", optional = true }
9393

9494
# websockets
9595
local-channel = { version = "0.1", optional = true }

awc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ cfg-if = "1"
7272
derive_more = "0.99.5"
7373
futures-core = { version = "0.3.17", default-features = false, features = ["alloc"] }
7474
futures-util = { version = "0.3.17", default-features = false, features = ["alloc", "sink"] }
75-
h2 = "0.3.17"
75+
h2 = "0.4.1"
7676
http = "0.2.7"
7777
itoa = "1"
7878
log =" 0.4"

0 commit comments

Comments
 (0)