diff --git a/Cargo.lock b/Cargo.lock index 1e117dd..a3e01a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,7 +281,7 @@ dependencies = [ "hex", "hmac", "http 0.2.11", - "http 1.0.0", + "http 1.1.0", "once_cell", "p256", "percent-encoding", @@ -411,7 +411,7 @@ dependencies = [ "aws-smithy-types", "bytes", "http 0.2.11", - "http 1.0.0", + "http 1.1.0", "pin-project-lite", "tokio", "tracing", @@ -610,7 +610,7 @@ dependencies = [ "clap", "env_logger", "flate2", - "http 1.0.0", + "http 1.1.0", "hyper 1.2.0", "hyper-staticfile", "hyper-util", @@ -1052,9 +1052,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", @@ -1079,7 +1079,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.0.0", + "http 1.1.0", ] [[package]] @@ -1139,7 +1139,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "httparse", "httpdate", @@ -1172,7 +1172,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "847250e0ccf0c0537daf49fc5c5ff69d43a752edbabc5274bc8322e8b092c55e" dependencies = [ "futures-util", - "http 1.0.0", + "http 1.1.0", "http-range", "httpdate", "hyper 1.2.0", @@ -1192,7 +1192,7 @@ checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "hyper 1.2.0", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 6e896f2..724154c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ blake2 = "0.10.6" clap = { version = "4.5.1", features = ["cargo"] } env_logger = "0.11.2" flate2 = "1.0.28" -http = "1.0.0" +http = "1.1.0" hyper = { version = "1.2.0", features = ["http1", "server"] } hyper-staticfile = "0.10.0" hyper-util = { version = "0.1.3", features = ["tokio"] }