From e26d671060da7ceaae5e231e46c7a6563f447709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:55:34 +0000 Subject: [PATCH] Update aws-sdk-rust monorepo --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 121c01310bd..654e6c87496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "aws-credential-types" -version = "1.2.8" +version = "1.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc" +checksum = "86590e57ea40121d47d3f2e131bfd873dea15d78dc2f4604f4734537ad9e56c4" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "aws-runtime" -version = "1.5.13" +version = "1.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2402da1a5e16868ba98725e5d73f26b8116eaa892e56f2cd0bf5eec7985f70" +checksum = "8fe0fd441565b0b318c76e7206c8d1d0b0166b3e986cf30e890b61feb6192045" dependencies = [ "aws-credential-types", "aws-sigv4", @@ -502,9 +502,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.101.0" +version = "1.102.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42e0622a362726e613bf84db289639100883365eb95abcd253d3471499aa45ff" +checksum = "c82846e02f22eb14b25a7f10c03db64cb92487dba56331a5255d00694bddf585" dependencies = [ "aws-credential-types", "aws-runtime", @@ -524,9 +524,9 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.88.0" +version = "1.89.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb4ecdef63c5075260eabea36fcd4eaeb320a6437368f403b45701763b2eebb" +checksum = "d20475f442a6b4ebf4dc3c8383fcb6c98346fbdac815b643790e1b765054dcfb" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 81fa9875942..53a9c0024cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,9 +56,9 @@ anyhow = "=1.0.100" astral-tokio-tar = "=0.5.6" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" -aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-sdk-cloudfront = "=1.101.0" -aws-sdk-sqs = "=1.88.0" +aws-credential-types = { version = "=1.2.9", features = ["hardcoded-credentials"] } +aws-sdk-cloudfront = "=1.102.0" +aws-sdk-sqs = "=1.89.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] } axum-extra = { version = "=0.12.1", features = ["erased-json", "middleware", "query", "typed-header"] } base64 = "=0.22.1"