From 5e4d0300870733146739f3f1ffba990f66c8dd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:06:14 +0000 Subject: [PATCH] Bump aws-credential-types from 0.56.1 to 1.2.0 Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from 0.56.1 to 1.2.0. - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-credential-types dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 181 ++++++++++++++++++++++++++++++++++++----------------- Cargo.toml | 2 +- 2 files changed, 126 insertions(+), 57 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d74f07..acff720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,19 +64,19 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc6b3804dca60326e07205179847f17a4fce45af3a1106939177ad41ac08a6de" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.56.1", "aws-http", "aws-sdk-sts", - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-client", "aws-smithy-http", "aws-smithy-http-tower", "aws-smithy-json", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "aws-types", "bytes", "fastrand", - "http", + "http 0.2.12", "hyper", "time", "tokio", @@ -90,26 +90,38 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a66ac8ef5fa9cf01c2d999f39d16812e90ec1467bd382cbbb74ba23ea86201" dependencies = [ - "aws-smithy-async", - "aws-smithy-types", + "aws-smithy-async 0.56.1", + "aws-smithy-types 0.56.1", "fastrand", "tokio", "tracing", "zeroize", ] +[[package]] +name = "aws-credential-types" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" +dependencies = [ + "aws-smithy-async 1.2.1", + "aws-smithy-runtime-api 1.4.0", + "aws-smithy-types 1.1.8", + "zeroize", +] + [[package]] name = "aws-http" version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e626370f9ba806ae4c439e49675fd871f5767b093075cdf4fef16cac42ba900" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.56.1", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "lazy_static", "percent-encoding", @@ -123,17 +135,17 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07ac5cf0ff19c1bca0cea7932e11b239d1025a45696a4f44f72ea86e2b8bdd07" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.56.1", "aws-http", "aws-sigv4", - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-eventstream", "aws-smithy-http", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime-api 0.56.1", + "aws-smithy-types 0.56.1", "aws-types", "fastrand", - "http", + "http 0.2.12", "percent-encoding", "tracing", "uuid", @@ -145,23 +157,23 @@ version = "0.31.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c681fef332c3462634cd97fced8d1ac3cfdf790829bd7bfb4006cfba76712053" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.56.1", "aws-http", "aws-runtime", "aws-sigv4", - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-checksums", "aws-smithy-client", "aws-smithy-eventstream", "aws-smithy-http", "aws-smithy-json", "aws-smithy-runtime", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime-api 0.56.1", + "aws-smithy-types 0.56.1", "aws-smithy-xml", "aws-types", "bytes", - "http", + "http 0.2.12", "http-body", "once_cell", "percent-encoding", @@ -177,20 +189,20 @@ version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a47ad6bf01afc00423d781d464220bf69fb6a674ad6629cbbcb06d88cdc2be82" dependencies = [ - "aws-credential-types", + "aws-credential-types 0.56.1", "aws-http", "aws-runtime", - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-client", "aws-smithy-http", "aws-smithy-json", "aws-smithy-query", "aws-smithy-runtime", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime-api 0.56.1", + "aws-smithy-types 0.56.1", "aws-smithy-xml", "aws-types", - "http", + "http 0.2.12", "regex", "tracing", ] @@ -207,7 +219,7 @@ dependencies = [ "form_urlencoded", "hex", "hmac", - "http", + "http 0.2.12", "once_cell", "percent-encoding", "regex", @@ -228,6 +240,17 @@ dependencies = [ "tokio-stream", ] +[[package]] +name = "aws-smithy-async" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c" +dependencies = [ + "futures-util", + "pin-project-lite", + "tokio", +] + [[package]] name = "aws-smithy-checksums" version = "0.56.1" @@ -235,12 +258,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afb15946af1b8d3beeff53ad991d9bff68ac22426b6d40372b958a75fa61eaed" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "bytes", "crc32c", "crc32fast", "hex", - "http", + "http 0.2.12", "http-body", "md-5", "pin-project-lite", @@ -255,13 +278,13 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c27b2756264c82f830a91cb4d2d485b2d19ad5bea476d9a966e03d27f27ba59a" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-http", "aws-smithy-http-tower", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "bytes", "fastrand", - "http", + "http 0.2.12", "http-body", "pin-project-lite", "tokio", @@ -275,7 +298,7 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "850233feab37b591b7377fd52063aa37af615687f5896807abe7f49bd4e1d25b" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.56.1", "bytes", "crc32fast", ] @@ -287,11 +310,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54cdcf365d8eee60686885f750a34c190e513677db58bbc466c44c588abf4199" dependencies = [ "aws-smithy-eventstream", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "bytes", "bytes-utils", "futures-core", - "http", + "http 0.2.12", "http-body", "hyper", "once_cell", @@ -308,9 +331,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "822de399d0ce62829a69dfa8c5cd08efdbe61a7426b953e2268f8b8b52a607bd" dependencies = [ "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "bytes", - "http", + "http 0.2.12", "http-body", "pin-project-lite", "tower", @@ -323,7 +346,7 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb1e7ab8fa7ad10c193af7ae56d2420989e9f4758bf03601a342573333ea34f" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.56.1", ] [[package]] @@ -332,7 +355,7 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28556a3902091c1f768a34f6c998028921bdab8d47d92586f363f14a4a32d047" dependencies = [ - "aws-smithy-types", + "aws-smithy-types 0.56.1", "urlencoding", ] @@ -342,14 +365,14 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "745e096b3553e7e0f40622aa04971ce52765af82bebdeeac53aa6fc82fe801e6" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-runtime-api", - "aws-smithy-types", + "aws-smithy-runtime-api 0.56.1", + "aws-smithy-types 0.56.1", "bytes", "fastrand", - "http", + "http 0.2.12", "http-body", "once_cell", "pin-project-lite", @@ -364,15 +387,32 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93d0ae0c9cfd57944e9711ea610b48a963fb174a53aabacc08c5794a594b1d02" dependencies = [ - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "bytes", - "http", + "http 0.2.12", "tokio", "tracing", ] +[[package]] +name = "aws-smithy-runtime-api" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cc56a5c96ec741de6c5e6bf1ce6948be969d6506dfa9c39cffc284e31e4979b" +dependencies = [ + "aws-smithy-async 1.2.1", + "aws-smithy-types 1.1.8", + "bytes", + "http 0.2.12", + "http 1.1.0", + "pin-project-lite", + "tokio", + "tracing", + "zeroize", +] + [[package]] name = "aws-smithy-types" version = "0.56.1" @@ -387,6 +427,24 @@ dependencies = [ "time", ] +[[package]] +name = "aws-smithy-types" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abe14dceea1e70101d38fbf2a99e6a34159477c0fb95e68e05c66bd7ae4c3729" +dependencies = [ + "base64-simd", + "bytes", + "bytes-utils", + "itoa", + "num-integer", + "pin-project-lite", + "pin-utils", + "ryu", + "serde", + "time", +] + [[package]] name = "aws-smithy-xml" version = "0.56.1" @@ -402,12 +460,12 @@ version = "0.56.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85aa0451bf8af1bf22a4f028d5d28054507a14be43cb8ac0597a8471fba9edfe" dependencies = [ - "aws-credential-types", - "aws-smithy-async", + "aws-credential-types 0.56.1", + "aws-smithy-async 0.56.1", "aws-smithy-client", "aws-smithy-http", - "aws-smithy-types", - "http", + "aws-smithy-types 0.56.1", + "http 0.2.12", "rustc_version", "tracing", ] @@ -765,7 +823,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.12", "indexmap", "slab", "tokio", @@ -811,6 +869,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -818,7 +887,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", + "http 0.2.12", "pin-project-lite", ] @@ -851,7 +920,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "httparse", "httpdate", @@ -1055,18 +1124,18 @@ version = "0.0.3" dependencies = [ "async-trait", "aws-config", - "aws-credential-types", + "aws-credential-types 1.2.0", "aws-sdk-s3", - "aws-smithy-async", + "aws-smithy-async 0.56.1", "aws-smithy-http", - "aws-smithy-types", + "aws-smithy-types 0.56.1", "aws-types", "backon", "bytes", "chrono", "console_error_panic_hook", "futures", - "http", + "http 0.2.12", "itertools", "js-sys", "object_store", @@ -1288,7 +1357,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.12", "http-body", "hyper", "ipnet", diff --git a/Cargo.toml b/Cargo.toml index 4fcf61a..381620d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ backon = "0.4.1" async-trait = "0.1.74" url = "2.5.0" aws-config = { version = "0.56.1", default-features = false, optional = true } -aws-credential-types = { version = "0.56.1", features = ["hardcoded-credentials"], optional = true } +aws-credential-types = { version = "1.2.0", features = ["hardcoded-credentials"], optional = true } aws-sdk-s3 = { version = "0.31.1", default-features = false, optional = true } aws-smithy-async = { version = "0.56.1", optional = true } aws-smithy-http = { version = "0.56.1", features = ["event-stream"], optional = true }