From 9ab48374a409ab9691dba8437f21dd05ce3b314b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:04:18 +0000 Subject: [PATCH] Update Rust crate aws-sdk-cloudfront to v1.65.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3b290263b7..3b73c9fbaa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,9 +305,9 @@ dependencies = [ [[package]] name = "aws-sdk-cloudfront" -version = "1.64.1" +version = "1.65.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1fd7bb105dcd6ab3fa6de1f962224e15d6ae8db8b20382cbc51ffa1a708047a" +checksum = "53118542f6c26a6d15c326a3960b7d668c8e91d8c178b3d3c94b56671d300846" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 9fc20a042aa..f4e8b275969 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ async-compression = { version = "=0.4.18", default-features = false, features = async-trait = "=0.1.86" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1022.0" -aws-sdk-cloudfront = "=1.64.1" +aws-sdk-cloudfront = "=1.65.0" aws-sdk-sqs = "=1.58.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] } axum-extra = { version = "=0.11.0", features = ["erased-json", "query", "typed-header"] }