From 0869cbd0510436fcb8a09b1776bc4344bef27673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:12:59 +0000 Subject: [PATCH] Update Rust crate aws-sdk-cloudfront to v1.101.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1a2537d806..121c01310bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,9 +502,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.100.0" +version = "1.101.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2061bd9164e2d54738b068e48d3b070c06ca1dca0508117f562895709ade814" +checksum = "42e0622a362726e613bf84db289639100883365eb95abcd253d3471499aa45ff" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 310fbf6b7eb..81fa9875942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ astral-tokio-tar = "=0.5.6" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-sdk-cloudfront = "=1.100.0" +aws-sdk-cloudfront = "=1.101.0" aws-sdk-sqs = "=1.88.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] } axum-extra = { version = "=0.12.1", features = ["erased-json", "middleware", "query", "typed-header"] }