Skip to content

Commit

Permalink
actix-http: Bump h2 to fix a resource exhaustion vulnerability (#3262)
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Ede <robjtede@icloud.com>
  • Loading branch information
brunojppb and robjtede committed Jan 24, 2024
1 parent a7375b6 commit 891ab08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ tokio-util = { version = "0.7", features = ["io", "codec"] }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }

# http2
h2 = { version = "0.3.17", optional = true }
h2 = { version = "0.3.24", optional = true }

# websockets
local-channel = { version = "0.1", optional = true }
Expand Down

0 comments on commit 891ab08

Please sign in to comment.