From fbc6d805f22e0c4619841c54fe285cb34a6b4fb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 06:39:07 -0700 Subject: [PATCH] build(deps): bump aws-config from 1.3.0 to 1.4.0 (#501) --- Cargo.lock | 84 ++++++++++++++++++++--------------------- exon/exon-io/Cargo.toml | 2 +- 2 files changed, 43 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb0206be..e4e54ba9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,22 +492,22 @@ dependencies = [ [[package]] name = "aws-config" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baaa0be6ee7d90b775ae6ccb6d2ba182b91219ec2001f92338773a094246af1d" +checksum = "40ddbfb5db93d62521f47b3f223da0884a2f02741ff54cb9cda192a0e73ba08b" dependencies = [ "aws-credential-types 1.2.0", "aws-runtime", - "aws-sdk-sso 1.22.0", + "aws-sdk-sso 1.24.0", "aws-sdk-ssooidc", - "aws-sdk-sts 1.22.0", + "aws-sdk-sts 1.24.0", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-json 0.60.7", "aws-smithy-runtime", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", - "aws-types 1.2.0", + "aws-smithy-types 1.1.9", + "aws-types 1.2.1", "bytes", "fastrand 2.0.2", "hex", @@ -543,7 +543,7 @@ checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" dependencies = [ "aws-smithy-async 1.2.1", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "zeroize", ] @@ -582,17 +582,17 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.2.0" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4963ac9ff2d33a4231b3806c1c69f578f221a9cabb89ad2bde62ce2b442c8a7" +checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955" dependencies = [ "aws-credential-types 1.2.0", - "aws-sigv4 1.2.0", + "aws-sigv4 1.2.1", "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", - "aws-types 1.2.0", + "aws-smithy-types 1.1.9", + "aws-types 1.2.1", "bytes", "fastrand 2.0.2", "http 0.2.12", @@ -630,9 +630,9 @@ dependencies = [ [[package]] name = "aws-sdk-sso" -version = "1.22.0" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca3d6c4cba4e009391b72b0fcf12aff04ea3c9c3aa2ecaafa330326a8bd7e601" +checksum = "5fd6a9b38fe2dcaa2422b42e2c667112872d03a83522533f8b4165fd2d9d4bd1" dependencies = [ "aws-credential-types 1.2.0", "aws-runtime", @@ -641,8 +641,8 @@ dependencies = [ "aws-smithy-json 0.60.7", "aws-smithy-runtime", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", - "aws-types 1.2.0", + "aws-smithy-types 1.1.9", + "aws-types 1.2.1", "bytes", "http 0.2.12", "once_cell", @@ -652,9 +652,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.22.0" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73400dc239d14f63d932f4ca7b55af5e9ef1f857f7d70655249ccc287adb2570" +checksum = "b3f573392f21553835024164b795506363132b581a7192c27f23e7e8970c51a6" dependencies = [ "aws-credential-types 1.2.0", "aws-runtime", @@ -663,8 +663,8 @@ dependencies = [ "aws-smithy-json 0.60.7", "aws-smithy-runtime", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", - "aws-types 1.2.0", + "aws-smithy-types 1.1.9", + "aws-types 1.2.1", "bytes", "http 0.2.12", "once_cell", @@ -700,9 +700,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.22.0" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f8858308af76fba3e5ffcf1bb56af5471574d2bdfaf0159470c25bc2f760e5" +checksum = "7207ca62206c93e470457babf0512d7b6b97170fdba929a2a2f5682f9f68407c" dependencies = [ "aws-credential-types 1.2.0", "aws-runtime", @@ -712,9 +712,9 @@ dependencies = [ "aws-smithy-query 0.60.7", "aws-smithy-runtime", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "aws-smithy-xml 0.60.8", - "aws-types 1.2.0", + "aws-types 1.2.1", "http 0.2.12", "once_cell", "regex-lite", @@ -756,14 +756,14 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d6f29688a4be9895c0ba8bef861ad0c0dac5c15e9618b9b7a6c233990fc263" +checksum = "58b56f1cbe6fd4d0c2573df72868f20ab1c125ca9c9dbce17927a463433a2e57" dependencies = [ "aws-credential-types 1.2.0", "aws-smithy-http 0.60.8", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "bytes", "form_urlencoded", "hex", @@ -851,7 +851,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08" dependencies = [ "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "bytes", "bytes-utils", "futures-core", @@ -895,7 +895,7 @@ version = "0.60.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6" dependencies = [ - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", ] [[package]] @@ -914,20 +914,20 @@ version = "0.60.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb" dependencies = [ - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "urlencoding", ] [[package]] name = "aws-smithy-runtime" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cf64e73ef8d4dac6c933230d56d136b75b252edcf82ed36e37d603090cd7348" +checksum = "c9ac79e9f3a4d576f3cd4a470a0275b138d9e7b11b1cd514a6858ae0a79dd5bb" dependencies = [ "aws-smithy-async 1.2.1", "aws-smithy-http 0.60.8", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "bytes", "fastrand 2.0.2", "h2", @@ -946,12 +946,12 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c19fdae6e3d5ac9cd01f2d6e6c359c5f5a3e028c2d148a8f5b90bf3399a18a7" +checksum = "04ec42c2f5c0e7796a2848dde4d9f3bf8ce12ccbb3d5aa40c52fa0cdd61a1c47" dependencies = [ "aws-smithy-async 1.2.1", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "bytes", "http 0.2.12", "http 1.1.0", @@ -976,9 +976,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.1.8" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abe14dceea1e70101d38fbf2a99e6a34159477c0fb95e68e05c66bd7ae4c3729" +checksum = "baf98d97bba6ddaba180f1b1147e202d8fe04940403a95a3f826c790f931bbd1" dependencies = [ "base64-simd", "bytes", @@ -1033,14 +1033,14 @@ dependencies = [ [[package]] name = "aws-types" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a43b56df2c529fe44cb4d92bd64d0479883fb9608ff62daede4df5405381814" +checksum = "a807d90cd50a969b3d95e4e7ad1491fcae13c6e83948d8728363ecc09d66343a" dependencies = [ "aws-credential-types 1.2.0", "aws-smithy-async 1.2.1", "aws-smithy-runtime-api", - "aws-smithy-types 1.1.8", + "aws-smithy-types 1.1.9", "http 0.2.12", "rustc_version", "tracing", @@ -2289,7 +2289,7 @@ name = "exon-io" version = "0.20.0" dependencies = [ "async-trait", - "aws-config 1.3.0", + "aws-config 1.4.0", "aws-credential-types 1.2.0", "object_store", "tokio", diff --git a/exon/exon-io/Cargo.toml b/exon/exon-io/Cargo.toml index fccfeb5c..07f47c35 100644 --- a/exon/exon-io/Cargo.toml +++ b/exon/exon-io/Cargo.toml @@ -11,7 +11,7 @@ version = { workspace = true } [dependencies] async-trait = "0.1.80" -aws-config = { version = "1.3.0" } +aws-config = { version = "1.4.0" } aws-credential-types = { version = "1.2.0" } object_store = { workspace = true, features = ["aws"] } tokio = { version = "1", features = ["io-util"] }