From c2bc6c9a44a53b43f507065ded8e44a1776a39f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 19:21:46 +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 c73c130ce0e..daf4f4015e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.46.0" +version = "1.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "306dc6cad9cc0a9624ce968305136b4051efb8d92ee492358b7188c848ec2131" +checksum = "f6cb4c4d011fc1ea5cecb2272c7440eaa9d17b506f84ca9ca3102edfaf173147" dependencies = [ "aws-credential-types", "aws-runtime", @@ -315,9 +315,9 @@ dependencies = [ [[package]] name = "aws-sdk-sqs" -version = "1.44.0" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e88af26c1a077a59e1146c4bbb55d64cb84cb1a0dd14c7d40cc273e9292b43" +checksum = "0a92759d1d77fbbb99c8077d4cc6ef4e69f559ce3ed9aa41445bff391aa4de4d" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 2a86c408287..e0f40c25640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,8 @@ anyhow = "=1.0.89" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.846.0" -aws-sdk-cloudfront = "=1.46.0" -aws-sdk-sqs = "=1.44.0" +aws-sdk-cloudfront = "=1.47.0" +aws-sdk-sqs = "=1.45.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"] } base64 = "=0.22.1"