From e7dbb5e827a04e081e7222635dcf68ad1c2459b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 13:13:32 +0000 Subject: [PATCH] cargo: bump aws-smithy-http-tower from 0.49.0 to 0.51.0 Bumps [aws-smithy-http-tower](https://github.com/awslabs/smithy-rs) from 0.49.0 to 0.51.0. - [Release notes](https://github.com/awslabs/smithy-rs/releases) - [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 | 107 ++++++++++++++++++++++++++++++++++++++--------------- Cargo.toml | 2 +- 2 files changed, 78 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ff80c7..5cf08aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -40,7 +40,7 @@ dependencies = [ "async-trait", "aws-sdk-qldbsession", "aws-smithy-client", - "aws-smithy-http", + "aws-smithy-http 0.49.0", "aws-types", "bb8", "bytes 1.2.1", @@ -67,8 +67,8 @@ dependencies = [ "aws-http", "aws-sdk-qldbsession", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.51.0", "aws-types", "chrono", "comfy-table", @@ -163,10 +163,10 @@ dependencies = [ "aws-sdk-sts", "aws-smithy-async", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.49.0", "aws-types", "bytes 1.2.1", "hex", @@ -186,8 +186,8 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76f35c8f5877ad60db4f0d9dcdfbcb2233a8cc539f9e568df39ee0581ec62e89" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", "aws-types", "http", "regex", @@ -200,8 +200,8 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f5422c9632d887968ccb66e2871a6d190d6104e276034912bee72ef58a5d890" dependencies = [ - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", "aws-types", "bytes 1.2.1", "http", @@ -223,10 +223,10 @@ dependencies = [ "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.49.0", "aws-types", "bytes 1.2.1", "http", @@ -244,10 +244,10 @@ dependencies = [ "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.49.0", "aws-types", "bytes 1.2.1", "http", @@ -266,10 +266,10 @@ dependencies = [ "aws-sig-auth", "aws-smithy-async", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-http-tower", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", "aws-smithy-query", - "aws-smithy-types", + "aws-smithy-types 0.49.0", "aws-smithy-xml", "aws-types", "bytes 1.2.1", @@ -284,7 +284,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b16f4d70c9c865af392eb40cacfe2bec3fa18f651fbdf49919cfc1dda13b189e" dependencies = [ "aws-sigv4", - "aws-smithy-http", + "aws-smithy-http 0.49.0", "aws-types", "http", "tracing", @@ -296,7 +296,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d33790cecae42b999d197074c8a19e9b96b9e346284a6f93989e7489c9fa0f5" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.49.0", "form_urlencoded", "hex", "http", @@ -327,9 +327,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec39585f8274fa543ad5c63cc09cbd435666be16b2cf99e4e07be5cf798bc050" dependencies = [ "aws-smithy-async", - "aws-smithy-http", - "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", + "aws-smithy-types 0.49.0", "bytes 1.2.1", "fastrand", "http", @@ -349,7 +349,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "014a0ef5c4508fc2f6a9d3925c214725af19f020ea388db48e20196cc4cc9d6d" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.49.0", "bytes 1.2.1", "bytes-utils", "futures-core", @@ -364,13 +364,48 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-http" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf58ed4fefa61dbf038e5421a521cbc2c448ef69deff0ab1d915d8a10eda5664" +dependencies = [ + "aws-smithy-types 0.51.0", + "bytes 1.2.1", + "bytes-utils", + "futures-core", + "http", + "http-body", + "hyper", + "once_cell", + "percent-encoding", + "pin-project-lite", + "pin-utils", + "tracing", +] + [[package]] name = "aws-smithy-http-tower" version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "deecb478dc3cc40203e0e97ac0fb92947e0719754bbafd0026bdc49318e2fd03" dependencies = [ - "aws-smithy-http", + "aws-smithy-http 0.49.0", + "bytes 1.2.1", + "http", + "http-body", + "pin-project-lite", + "tower", + "tracing", +] + +[[package]] +name = "aws-smithy-http-tower" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20c96d7bd35e7cf96aca1134b2f81b1b59ffe493f7c6539c051791cbbf7a42d3" +dependencies = [ + "aws-smithy-http 0.51.0", "bytes 1.2.1", "http", "http-body", @@ -385,7 +420,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6593456af93c4a39724f7dc9d239833102ab96c1d1e94c35ea79f0e55f9fd54c" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.49.0", ] [[package]] @@ -394,7 +429,7 @@ version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b803460b71645dfa9f6be47c4f00f91632f01e5bb01f9dc43890cd6cba983f08" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.49.0", "urlencoding", ] @@ -410,6 +445,18 @@ dependencies = [ "time 0.3.13", ] +[[package]] +name = "aws-smithy-types" +version = "0.51.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b02e06ea63498c43bc0217ea4d16605d4e58d85c12fc23f6572ff6d0a840c61" +dependencies = [ + "itoa", + "num-integer", + "ryu", + "time 0.3.13", +] + [[package]] name = "aws-smithy-xml" version = "0.49.0" @@ -427,8 +474,8 @@ checksum = "93f3f349b39781849261db1c727369923bb97007cf7bd0deb3a6e9e461c8d38f" dependencies = [ "aws-smithy-async", "aws-smithy-client", - "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", "http", "rustc_version", "tracing", diff --git a/Cargo.toml b/Cargo.toml index d731dbf..d9a98b2 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.51.0" aws-types = "0.49.0" aws-config = "0.49.0" tower = "0.4.13"