1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-09 03:53:00 +00:00

actix-http: Bump h2 to fix a resource exhaustion vulnerability (#3262)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Bruno Paulino 2024-01-24 15:17:42 +01:00 committed by GitHub
parent a7375b6876
commit 891ab083c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }