From 0b95321d873ae43821e08f6df13bc5917df4586c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 22:02:13 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1106.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9145501e65..fe7a385ce55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1105.0" +version = "0.1106.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8d2bbd900eb6e911465fa142fe15cbd3d178b4c87da2491d4a9dd4df65023f" +checksum = "f1a01fff3ad16ba52dada1b95e6c782101d0853953e47118436b3bd6691faa4f" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 6551cd0c8e2..56ac11c6e6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1105.0" +aws-ip-ranges = "=0.1106.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }