From 2e2d3c57a49406e687fc5d6059fd8c9c3dc52a59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 00:14:24 +0000 Subject: [PATCH] Update Rust crate aws-sdk-cloudfront to v1.72.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 403963bf44..ae1a337b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -343,9 +343,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.71.0" +version = "1.72.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43fb30bbac3b17218cd3fb8b12f1dcb0e6cb7853d69d15e7f6003b5da506a3ba" +checksum = "e609c234955c43b7cc46c0faf91340d1bf55db0582a9e3fc6ddd3ac04bc4e202" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index a143ac1757..a4343d83a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ 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.1137.0" -aws-sdk-cloudfront = "=1.71.0" +aws-sdk-cloudfront = "=1.72.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }