From f7c3f262c27ca4da4a294fc2c281213ff59c8912 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:36:13 +0000 Subject: [PATCH] Update Rust crate aws-sdk-cloudfront to v1.105.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2f2db19f84..ee2081b8632 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,9 +497,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.104.0" +version = "1.105.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d590ec0aa797377db1b186589127f6a7249bc0a8693af51c083cd93f8f0bae1" +checksum = "274d73c589ac39d97a42e553a5b9b8a79cd51b04e1078e7499f81f4bd9e85d74" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index b4cef07c4bb..0d8d30f7bcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ astral-tokio-tar = "=0.5.6" async-compression = { version = "=0.4.34", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.10", features = ["hardcoded-credentials"] } -aws-sdk-cloudfront = "=1.104.0" +aws-sdk-cloudfront = "=1.105.0" aws-sdk-sqs = "=1.90.0" axum = { version = "=0.8.7", features = ["macros", "matched-path"] } axum-extra = { version = "=0.12.2", features = ["erased-json", "middleware", "query", "typed-header"] }