Skip to content

Commit 891ab08

Browse files
brunojppbrobjtede
andauthored
actix-http: Bump h2 to fix a resource exhaustion vulnerability (#3262)
Co-authored-by: Rob Ede <[email protected]>
1 parent a7375b6 commit 891ab08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3.24", optional = true }
9393

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

0 commit comments

Comments
 (0)