diff --git a/Cargo.lock b/Cargo.lock index 4a4a5bf..fb315d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,9 +628,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 02dd3fa..ceb246e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ anyhow = "1.0.75" claim = "0.5.0" env_logger = "0.11" futures-util = "0.3.30" -http = "1.0.0" +http = "1.1.0" http-body-util = "0.1.0" hyper = "1.1.0" hyper-rustls = { version = "0.26.0", default-features = false, features = ["native-tokio", "http1", "tls12", "logging", "http2", "webpki-roots"] }