From fc9a45fb090bd96d46e54fed65fe7cfbf55dae5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:49:43 +0100 Subject: [PATCH] Bump http from 0.2.10 to 0.2.11 (#504) Bumps [http](https://github.com/hyperium/http) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/v0.2.11/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.10...v0.2.11) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"