From 0656e31d888fc7c0d6a1a1c9983575118b709a2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 22:37:07 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1171.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aebea5e195f..d839ac44779 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1169.0" +version = "0.1171.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced4883a546dc209403227b759f07b09089117efa7363b25a67f00e5077c2a21" +checksum = "670a05c7e92b88b26b3aaf8d559ba9ac86e6118f6459d28f7dd74802a6afb469" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f645b58e224..fdefc765361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1169.0" +aws-ip-ranges = "=0.1171.0" aws-sdk-cloudfront = "=1.74.0" aws-sdk-sqs = "=1.67.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }