fix RUSTSEC-2023-0034 by updating h2

Signed-off-by: suryapandian <suryamailsyou@gmail.com>
This commit is contained in:
suryapandian 2023-04-22 13:29:59 +01:00
parent e81dc768dc
commit bd07119cc3
No known key found for this signature in database
GPG Key ID: 1ED2CBDED7B55F93
1 changed files with 1 additions and 1 deletions

View File

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