diff --git a/Cargo.lock b/Cargo.lock index c0b60fc..1bc1e13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,9 +914,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 cbbbc2c..da3cc99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ deadpool-postgres = { version = "0.11.0", features = ["serde"] } futures = "0.3.29" 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" mime = "0.3.17"