diff --git a/Cargo.lock b/Cargo.lock index 7301e52b..ac6bcdb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,9 +1512,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f95b9abcae896730d42b78e09c155ed4ddf82c07b4de772c64aee5b2d8b7c150" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes", "fnv", diff --git a/Cargo.toml b/Cargo.toml index c733c56a..6427aac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ git2 = "0.18.1" glob = "0.3.1" graphql_client = { version = "0.13.0", features = ["reqwest"] } hex = "0.4.3" -http = "0.2.10" +http = "0.2.11" hyper = "0.14.27" lazy_static = "1.4.0" metrics = "0.21.1"