From 290ec999a5604804e71acd9a5bb6ebdd68267c4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 02:59:24 +0000 Subject: [PATCH] Update aws-sdk-rust monorepo --- Cargo.lock | 10 ++++------ Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 328a7992725..95029d33d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -495,9 +495,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.74.0" +version = "1.75.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3983d496136db7cdd233c273e54ff0e112033f21292e9b7b3494ed619ad98a99" +checksum = "30901630a384925e5d7d720614a931c22125e328e52d554d29fbfc3a0ba3db71" dependencies = [ "aws-credential-types", "aws-runtime", @@ -511,16 +511,15 @@ dependencies = [ "aws-types", "fastrand", "http 0.2.12", - "once_cell", "regex-lite", "tracing", ] [[package]] name = "aws-sdk-sqs" -version = "1.67.0" +version = "1.68.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6f15bedfb1c4385fccc474f0fe46dffb0335d0b3d6b4413df06fb30d90caba8" +checksum = "5b484821a335b02b109c17623b8347e692583c2229f8db2f029edd0fdbbd3bea" dependencies = [ "aws-credential-types", "aws-runtime", @@ -534,7 +533,6 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "once_cell", "regex-lite", "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index 13249e16ef4..11369ea9b0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ async-compression = { version = "=0.4.23", default-features = false, features = async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1178.0" -aws-sdk-cloudfront = "=1.74.0" -aws-sdk-sqs = "=1.67.0" +aws-sdk-cloudfront = "=1.75.0" +aws-sdk-sqs = "=1.68.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"