From 6ddfa22e53b4425b594a859462a963c84b03f01f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:08:44 +0000 Subject: [PATCH] Update aws-sdk-rust monorepo --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efd53b42ad5..64cbc5c0374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.89.0" +version = "1.92.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a596f389867672e108f49eb0ccad67bf390aa2e59d7bc9fcbd885dd73678d5" +checksum = "c189898fe01e332c5ee69ad25df1227fe2bff38b700317b996c4f14e3c6a4009" dependencies = [ "aws-credential-types", "aws-runtime", @@ -527,9 +527,9 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.79.0" +version = "1.82.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e257f5bba62658d0c5a53245fb7c5bb1013eaceebf2ab784361f003edef95e0c" +checksum = "9efa067dcdec8f3b2307bb49562c25fab2e3b9cef1c789370d9a9828267e701a" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index fd5d2ebec84..62fad72bcd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,8 +54,8 @@ async-compression = { version = "=0.4.27", default-features = false, features = async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1376.0" -aws-sdk-cloudfront = "=1.89.0" -aws-sdk-sqs = "=1.79.0" +aws-sdk-cloudfront = "=1.92.0" +aws-sdk-sqs = "=1.82.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] } base64 = "=0.22.1"