From 14ec15131cef2ad1151256844997a681508d7f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:54:23 +0000 Subject: [PATCH] cargo: bump aws-smithy-http-tower from 0.49.0 to 0.57.1 Bumps [aws-smithy-http-tower](https://github.com/awslabs/smithy-rs) from 0.49.0 to 0.57.1. - [Changelog](https://github.com/awslabs/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-smithy-http-tower dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 +++++++++++++------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ff80c7..28ce9f4 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", @@ -68,7 +68,7 @@ dependencies = [ "aws-sdk-qldbsession", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http-tower 0.57.1", "aws-types", "chrono", "comfy-table", @@ -164,7 +164,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", "aws-smithy-types", "aws-types", @@ -224,7 +224,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", "aws-smithy-types", "aws-types", @@ -245,7 +245,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", "aws-smithy-types", "aws-types", @@ -267,7 +267,7 @@ dependencies = [ "aws-smithy-async", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http-tower 0.49.0", "aws-smithy-query", "aws-smithy-types", "aws-smithy-xml", @@ -328,7 +328,7 @@ checksum = "ec39585f8274fa543ad5c63cc09cbd435666be16b2cf99e4e07be5cf798bc050" dependencies = [ "aws-smithy-async", "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http-tower 0.49.0", "aws-smithy-types", "bytes 1.2.1", "fastrand", @@ -379,6 +379,12 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-http-tower" +version = "0.57.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba397a5ec50fe0d2ab0f0d49a2d9e970363dd6d7536ebc735c274591b098a866" + [[package]] name = "aws-smithy-json" version = "0.49.0" diff --git a/Cargo.toml b/Cargo.toml index 48052e2..1f2ffee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ aws-sdk-qldbsession = { version = "0.19.0", features = ["rustls"] } aws-http = "0.49.0" aws-smithy-client = { version = "0.49.0", features = ["client-hyper", "rustls", "rt-tokio"] } aws-smithy-http = { version = "0.49.0", features = ["rt-tokio"] } -aws-smithy-http-tower = "0.49.0" +aws-smithy-http-tower = "0.57.1" aws-types = "0.49.0" aws-config = "0.49.0" tower = "0.4.13"