From d417635e777317a19e3cded6ff803d1e81a2d35e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 07:47:31 +0000 Subject: [PATCH] Update Rust crate aws-sdk-cloudfront to v1.52.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cfe5594f79..1b8dbba6ddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,9 +293,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.51.0" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19284bc6291df6c08466f39996c12f3180980f1309dd186586a564c2994b4a4a" +checksum = "6bba57cc65694f4bc08642cd22022fb6b90077b17973a7d64b330e5e0a2eea8f" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index d33dc6b8909..3313791edc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ anyhow = "=1.0.93" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.901.0" -aws-sdk-cloudfront = "=1.51.0" +aws-sdk-cloudfront = "=1.52.0" aws-sdk-sqs = "=1.49.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.4", features = ["cookie-signed", "typed-header"] }