1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

fix RUSTSEC-2023-0034 by updating h2 (#3022)

This commit is contained in:
Surya 2023-04-22 13:53:35 +01:00 committed by GitHub
parent e81dc768dc
commit 5d4f591875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ tokio-util = { version = "0.7", features = ["io", "codec"] }
tracing = { version = "0.1.30", default-features = false, features = ["log"] }
# http2
h2 = { version = "0.3.9", optional = true }
h2 = { version = "0.3.17", optional = true }
# websockets
local-channel = { version = "0.1", optional = true }