diff --git a/Cargo.lock b/Cargo.lock index 4ffe9b03..6d806519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,9 +1201,20 @@ dependencies = [ [[package]] name = "http" -version = "0.2.9" +version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" +dependencies = [ + "bytes 1.4.0", + "fnv", + "itoa", +] + +[[package]] +name = "http" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" dependencies = [ "bytes 1.4.0", "fnv", @@ -1390,7 +1401,7 @@ dependencies = [ "curl-sys", "flume", "futures-lite", - "http", + "http 0.2.11", "log", "once_cell", "slab", @@ -2822,7 +2833,7 @@ dependencies = [ "edit-distance", "futures", "futures-util", - "http", + "http 1.0.0", "include_dir", "lazy_static", "libc", @@ -3127,7 +3138,7 @@ dependencies = [ "base64 0.13.1", "byteorder", "bytes 1.4.0", - "http", + "http 0.2.11", "httparse", "input_buffer", "log", @@ -3147,7 +3158,7 @@ dependencies = [ "byteorder", "bytes 1.4.0", "data-encoding", - "http", + "http 0.2.11", "httparse", "log", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index f26b0448..61597ddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ dirs = "5.0.1" edit-distance = "2.1.0" futures = "0.3.21" futures-util = "0.3.8" -http = "0.2.7" +http = "1.0.0" include_dir = "0.7" lazy_static = "1.4.0" libc = "0.2.126"