From 6a782bac9806e3ff615ab4e91f09a07ee7f8fc3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:54:42 +0000 Subject: [PATCH] cargo: bump http from 0.2.8 to 0.2.11 Bumps [http](https://github.com/hyperium/http) from 0.2.8 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.8...v0.2.11) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ff80c7..25ca399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ dependencies = [ [[package]] name = "amazon_qldb_shell" -version = "2.0.1" +version = "2.0.2" dependencies = [ "amazon-qldb-driver", "anyhow", @@ -1108,9 +1108,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "http" -version = "0.2.8" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb" dependencies = [ "bytes 1.2.1", "fnv", diff --git a/Cargo.toml b/Cargo.toml index 48052e2..6817360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ aws-smithy-http-tower = "0.49.0" aws-types = "0.49.0" aws-config = "0.49.0" tower = "0.4.13" -http = "0.2.8" +http = "0.2.11" # -- rustyline = "10.0.0"