From 71feb0ca975c0bf48beaa1ab6da0ee49b5bd53c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 11:24:20 +0000 Subject: [PATCH] Update Rust crate aws-sdk-cloudfront to v1.67.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d0d10532feb..6c340ec5a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,9 +305,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.67.0" +version = "1.67.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee16201cb751985164c5238aad364ce984455997e599fd344d11617bb605d066" +checksum = "a98dd1df664dabcb1ac890d9ef8e0cbefffa2653df54e9b6f9609ca0693b3c47" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index bd505d13dbd..df032c71250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ async-compression = { version = "=0.4.20", default-features = false, features = async-trait = "=0.1.87" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1056.0" -aws-sdk-cloudfront = "=1.67.0" +aws-sdk-cloudfront = "=1.67.1" aws-sdk-sqs = "=1.61.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }