We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7375b6 commit 891ab08Copy full SHA for 891ab08
actix-http/Cargo.toml
@@ -89,7 +89,7 @@ tokio-util = { version = "0.7", features = ["io", "codec"] }
89
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
90
91
# http2
92
-h2 = { version = "0.3.17", optional = true }
+h2 = { version = "0.3.24", optional = true }
93
94
# websockets
95
local-channel = { version = "0.1", optional = true }
0 commit comments