1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

chore: require h2 versions after MadeYouReset fix

This commit is contained in:
Rob Ede
2025-08-26 23:59:57 +01:00
parent 68624ec63b
commit 8996198f2c
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ tokio-util = { version = "0.7", features = ["io", "codec"] }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
# http2
h2 = { version = "0.3.26", optional = true }
h2 = { version = "0.3.27", optional = true }
# websockets
base64 = { version = "0.22", optional = true }