diff --git a/Cargo.lock b/Cargo.lock index e0164814..fc7c2fac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1404,7 +1404,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 1.0.0", + "http 1.1.0", "indexmap 2.0.0", "slab", "tokio", @@ -1500,9 +1500,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", @@ -1527,7 +1527,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" dependencies = [ "bytes", - "http 1.0.0", + "http 1.1.0", ] [[package]] @@ -1538,7 +1538,7 @@ checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ "bytes", "futures-core", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "pin-project-lite 0.2.12", ] @@ -1629,7 +1629,7 @@ dependencies = [ "futures-channel", "futures-util", "h2 0.4.3", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "httparse", "itoa", @@ -1676,7 +1676,7 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "hyper 1.2.0", "pin-project-lite 0.2.12", @@ -2636,7 +2636,7 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.3", - "http 1.0.0", + "http 1.1.0", "http-body 1.0.0", "http-body-util", "hyper 1.2.0", @@ -3490,7 +3490,7 @@ dependencies = [ "edit-distance", "futures", "futures-util", - "http 1.0.0", + "http 1.1.0", "include_dir", "itertools 0.12.1", "lazy_static", @@ -3946,7 +3946,7 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.0.0", + "http 1.1.0", "httparse", "log", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index 886aa98d..ec0f4e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ dirs = "5.0.1" edit-distance = "2.1" futures = "0.3.30" futures-util = "0.3.30" -http = "1.0.0" +http = "1.1.0" include_dir = "0.7" itertools = "0.12" lazy_static = "1.4"