diff --git a/Cargo.lock b/Cargo.lock index 1e3cafc5449..1285fc19862 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1390,12 +1390,11 @@ dependencies = [ [[package]] name = "http" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" +checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" dependencies = [ "bytes", - "fnv", "itoa", ] diff --git a/Cargo.toml b/Cargo.toml index aeae4aa6a67..312ef7519b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ globset = "0.4.18" guppy = "0.17.23" hex = "0.4.3" home = "0.5.11" -http = "1.3.1" +http = "1.4.0" humantime = "2.3.0" humantime-serde = "1.1.1" iddqd = "0.3.17"