chore(deps): update rust crate hyper to 1.3 (#258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-19 11:08:32 +02:00 committed by GitHub
parent d3946f6028
commit a695c4ffaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ mime_guess = "2"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "serde"] }
url = { version = "2.5", features = ["serde"]}
http-body-util = { version = "0.1", optional = true }
hyper = { version ="1.2", features = ["http2","server", "client"], optional = true }
hyper = { version ="1.3", features = ["http2","server", "client"], optional = true }
hyper-util = { version = "0.1", features = ["client", "client-legacy", "server"], optional = true }
tokio = { version = "1", features = ["bytes","rt-multi-thread","signal","tracing"], optional = true }
tokio-stream = { version = "0.1", optional = true }
@ -71,7 +71,7 @@ cargo-husky = { version = "1", default-features = false, features = ["run-for-al
cargo-audit = "0.20"
tracing-subscriber = { version ="0.3", features = ["env-filter"] }
hyper-proxy2 = "0.1"
hyper = { version ="1.2", features = ["full"] }
hyper = { version ="1.3", features = ["full"] }
tokio = { version = "1", features = ["full"] }
[package.metadata.release]