From fbd720d7cc33825203a6d010feff33771fdba97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 02:33:44 +0000 Subject: [PATCH] Bump aws-sdk-s3 from 0.8.0 to 0.19.0 Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 0.8.0 to 0.19.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 292 ++++++++++++++++++++++++++----------- create-rust-app/Cargo.toml | 2 +- 2 files changed, 209 insertions(+), 85 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30c1f463..a26a94e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,7 +26,7 @@ dependencies = [ "memchr", "pin-project-lite", "tokio", - "tokio-util 0.7.4", + "tokio-util", ] [[package]] @@ -86,7 +86,7 @@ dependencies = [ "sha1", "smallvec", "tokio", - "tokio-util 0.7.4", + "tokio-util", "tracing", "zstd", ] @@ -424,12 +424,12 @@ dependencies = [ [[package]] name = "aws-endpoint" -version = "0.8.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0990fe9d60185efea41850b10a205f4a9abe71499ec70298b11d2d830130167" +checksum = "d31dc5bfe810432f2d87465dd6633134e097d19e1a10315446b82a63873552f7" dependencies = [ - "aws-smithy-http 0.38.0", - "aws-types 0.8.0", + "aws-smithy-http 0.44.0", + "aws-types 0.14.0", "http", "regex", "tracing", @@ -437,12 +437,13 @@ dependencies = [ [[package]] name = "aws-endpoint" -version = "0.14.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d31dc5bfe810432f2d87465dd6633134e097d19e1a10315446b82a63873552f7" +checksum = "76f35c8f5877ad60db4f0d9dcdfbcb2233a8cc539f9e568df39ee0581ec62e89" dependencies = [ - "aws-smithy-http 0.44.0", - "aws-types 0.14.0", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", "http", "regex", "tracing", @@ -450,13 +451,13 @@ dependencies = [ [[package]] name = "aws-http" -version = "0.8.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6794b0b27fb74ef2696c41e1be08e916993ef043bbeda7ec554c4f50c3b81506" +checksum = "1d41b649924d2d925e387dc3e9860248c2fd806e783fbc69dbda264878272929" dependencies = [ - "aws-smithy-http 0.38.0", - "aws-smithy-types 0.38.0", - "aws-types 0.8.0", + "aws-smithy-http 0.44.0", + "aws-smithy-types 0.44.0", + "aws-types 0.14.0", "http", "lazy_static", "percent-encoding", @@ -465,42 +466,48 @@ dependencies = [ [[package]] name = "aws-http" -version = "0.14.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d41b649924d2d925e387dc3e9860248c2fd806e783fbc69dbda264878272929" +checksum = "2f5422c9632d887968ccb66e2871a6d190d6104e276034912bee72ef58a5d890" dependencies = [ - "aws-smithy-http 0.44.0", - "aws-smithy-types 0.44.0", - "aws-types 0.14.0", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", + "aws-types 0.49.0", + "bytes", "http", + "http-body", "lazy_static", "percent-encoding", + "pin-project-lite", "tracing", ] [[package]] name = "aws-sdk-s3" -version = "0.8.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "986a15277ad7adf67c32059359d60584426b4fa0c30ef34d153bbe47a83cbad7" +checksum = "a4d31765abb258c501d5572ebce43dee524b4b3b6256cb8b4c78534898dc205b" dependencies = [ - "aws-endpoint 0.8.0", - "aws-http 0.8.0", - "aws-sig-auth 0.8.0", - "aws-sigv4 0.8.0", - "aws-smithy-async 0.38.0", - "aws-smithy-client 0.38.0", + "aws-endpoint 0.49.0", + "aws-http 0.49.0", + "aws-sig-auth 0.49.0", + "aws-sigv4 0.49.0", + "aws-smithy-async 0.49.0", + "aws-smithy-checksums", + "aws-smithy-client 0.49.0", "aws-smithy-eventstream", - "aws-smithy-http 0.38.0", - "aws-smithy-http-tower 0.38.0", - "aws-smithy-types 0.38.0", - "aws-smithy-xml 0.38.0", - "aws-types 0.8.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", + "aws-smithy-types 0.49.0", + "aws-smithy-xml 0.49.0", + "aws-types 0.49.0", "bytes", + "bytes-utils", "http", - "md5", + "http-body", "tokio-stream", "tower", + "tracing", ] [[package]] @@ -549,41 +556,38 @@ dependencies = [ [[package]] name = "aws-sig-auth" -version = "0.8.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fa501148ae6b5e0de5eeb8c4cf87fa3403d9a00077e543ad64011da781f73a6" +checksum = "a75b0895f0f5e5e40851e716041882b9e44d4bb21c68d50b083ea5dcd46378cf" dependencies = [ - "aws-sigv4 0.8.0", - "aws-smithy-eventstream", - "aws-smithy-http 0.38.0", - "aws-types 0.8.0", + "aws-sigv4 0.14.0", + "aws-smithy-http 0.44.0", + "aws-types 0.14.0", "http", - "thiserror", "tracing", ] [[package]] name = "aws-sig-auth" -version = "0.14.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75b0895f0f5e5e40851e716041882b9e44d4bb21c68d50b083ea5dcd46378cf" +checksum = "b16f4d70c9c865af392eb40cacfe2bec3fa18f651fbdf49919cfc1dda13b189e" dependencies = [ - "aws-sigv4 0.14.0", - "aws-smithy-http 0.44.0", - "aws-types 0.14.0", + "aws-sigv4 0.49.0", + "aws-smithy-eventstream", + "aws-smithy-http 0.49.0", + "aws-types 0.49.0", "http", "tracing", ] [[package]] name = "aws-sigv4" -version = "0.8.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d371fb688d909e5b866ff1f297bbec4621eed4f9fcdac566fcc33541f0c6a6" +checksum = "a415b5e9401847f97e925b2d8a6b398a4422db6dc036234a681900798e1c396e" dependencies = [ - "aws-smithy-eventstream", - "aws-smithy-http 0.38.0", - "bytes", + "aws-smithy-http 0.44.0", "form_urlencoded", "hex", "http", @@ -597,11 +601,13 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "0.14.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a415b5e9401847f97e925b2d8a6b398a4422db6dc036234a681900798e1c396e" +checksum = "8d33790cecae42b999d197074c8a19e9b96b9e346284a6f93989e7489c9fa0f5" dependencies = [ - "aws-smithy-http 0.44.0", + "aws-smithy-eventstream", + "aws-smithy-http 0.49.0", + "bytes", "form_urlencoded", "hex", "http", @@ -637,6 +643,39 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc604f278bae64bbd15854baa9c46ed69a56dfb0669d04aab80974749f2d6599" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", + "tokio-stream", +] + +[[package]] +name = "aws-smithy-checksums" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b402da39bc5aae618b70a9b8d828acad21fe4a3a73b82c0205b89db55d71ce8" +dependencies = [ + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", + "bytes", + "crc32c", + "crc32fast", + "hex", + "http", + "http-body", + "md-5", + "pin-project-lite", + "sha1", + "sha2", + "tracing", +] + [[package]] name = "aws-smithy-client" version = "0.38.0" @@ -651,9 +690,6 @@ dependencies = [ "fastrand", "http", "http-body", - "hyper", - "hyper-rustls", - "lazy_static", "pin-project", "pin-project-lite", "tokio", @@ -685,13 +721,36 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-client" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec39585f8274fa543ad5c63cc09cbd435666be16b2cf99e4e07be5cf798bc050" +dependencies = [ + "aws-smithy-async 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-http-tower 0.49.0", + "aws-smithy-types 0.49.0", + "bytes", + "fastrand", + "http", + "http-body", + "hyper", + "hyper-rustls", + "lazy_static", + "pin-project-lite", + "tokio", + "tower", + "tracing", +] + [[package]] name = "aws-smithy-eventstream" -version = "0.38.0" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f972226c639e0dc1eca2cb0220c1b5799e2bfc62eda37845b662c5d0cb972371" +checksum = "98c2a7b9490fd2bc7af3a1c486ae921102d7234d1fa5e7d91039068e7af48a01" dependencies = [ - "aws-smithy-types 0.38.0", + "aws-smithy-types 0.49.0", "bytes", "crc32fast", ] @@ -702,7 +761,6 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12c787e24b757634453a60ff05948aa1b450f5b3a7a2094f22acff8a5022635b" dependencies = [ - "aws-smithy-eventstream", "aws-smithy-types 0.38.0", "bytes", "bytes-utils", @@ -712,8 +770,6 @@ dependencies = [ "hyper", "percent-encoding", "pin-project", - "tokio", - "tokio-util 0.6.10", "tracing", ] @@ -736,6 +792,28 @@ dependencies = [ "tracing", ] +[[package]] +name = "aws-smithy-http" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "014a0ef5c4508fc2f6a9d3925c214725af19f020ea388db48e20196cc4cc9d6d" +dependencies = [ + "aws-smithy-eventstream", + "aws-smithy-types 0.49.0", + "bytes", + "bytes-utils", + "futures-core", + "http", + "http-body", + "hyper", + "once_cell", + "percent-encoding", + "pin-project-lite", + "tokio", + "tokio-util", + "tracing", +] + [[package]] name = "aws-smithy-http-tower" version = "0.38.0" @@ -766,6 +844,21 @@ dependencies = [ "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 0.49.0", + "bytes", + "http", + "http-body", + "pin-project-lite", + "tower", + "tracing", +] + [[package]] name = "aws-smithy-json" version = "0.44.0" @@ -810,13 +903,15 @@ dependencies = [ ] [[package]] -name = "aws-smithy-xml" -version = "0.38.0" +name = "aws-smithy-types" +version = "0.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aa6c9de6c3f875faabcaaad1fb1f4ef241683bfc22795f731719e3568c3ca9f" +checksum = "e93b0c93a3b963da946a0b8ef3853a7252298eb75cdbfb21dad60f5ed0ded861" dependencies = [ - "thiserror", - "xmlparser", + "itoa", + "num-integer", + "ryu", + "time", ] [[package]] @@ -828,6 +923,15 @@ dependencies = [ "xmlparser", ] +[[package]] +name = "aws-smithy-xml" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36b9efb4855b4acb29961a776d45680f3cbdd7c4783cbbae078da54c342575dd" +dependencies = [ + "xmlparser", +] + [[package]] name = "aws-types" version = "0.8.0" @@ -858,6 +962,22 @@ dependencies = [ "zeroize", ] +[[package]] +name = "aws-types" +version = "0.49.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93f3f349b39781849261db1c727369923bb97007cf7bd0deb3a6e9e461c8d38f" +dependencies = [ + "aws-smithy-async 0.49.0", + "aws-smithy-client 0.49.0", + "aws-smithy-http 0.49.0", + "aws-smithy-types 0.49.0", + "http", + "rustc_version", + "tracing", + "zeroize", +] + [[package]] name = "base64" version = "0.13.1" @@ -1170,6 +1290,15 @@ dependencies = [ "libc", ] +[[package]] +name = "crc32c" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dfea2db42e9927a3845fb268a10a72faed6d416065f77873f05e411457c363e" +dependencies = [ + "rustc_version", +] + [[package]] name = "crc32fast" version = "1.3.2" @@ -1720,7 +1849,7 @@ dependencies = [ "indexmap", "slab", "tokio", - "tokio-util 0.7.4", + "tokio-util", "tracing", ] @@ -2188,6 +2317,15 @@ version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" +[[package]] +name = "md-5" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" +dependencies = [ + "digest", +] + [[package]] name = "md5" version = "0.7.0" @@ -2610,7 +2748,7 @@ dependencies = [ "time", "tokio", "tokio-stream", - "tokio-util 0.7.4", + "tokio-util", "tracing", ] @@ -3411,20 +3549,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-util" -version = "0.6.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507" -dependencies = [ - "bytes", - "futures-core", - "futures-sink", - "log", - "pin-project-lite", - "tokio", -] - [[package]] name = "tokio-util" version = "0.7.4" diff --git a/create-rust-app/Cargo.toml b/create-rust-app/Cargo.toml index e2ff74dc..3c468482 100644 --- a/create-rust-app/Cargo.toml +++ b/create-rust-app/Cargo.toml @@ -47,7 +47,7 @@ diesel_migrations = { optional=true, version="2.0.0" } aws-config = { optional=true, version="0.14.0" } aws-types = { optional=true, version="0.8.0" } aws-endpoint = { optional=true, version="0.14.0" } -aws-sdk-s3 = { optional=true, version="0.8.0" } +aws-sdk-s3 = { optional=true, version="0.19.0" } futures-util = { optional=true, version="0.3.25" } http = { optional=true, version="0.2.6" } diesel_derives = { optional=true, version="2.0.1" }