From c1e571fbf4af6b2dd2d137f43c87e8e4bf97cedc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:47:49 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1252.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec904a546c5..8ec44d1da03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1251.0" +version = "0.1252.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9797d1639f743dc6cb82880dbdc27d77567d4681bf8a4b25ea3c6c3481f5f229" +checksum = "d68c553c620626088aabc2e2aaf10b834874ecb2c4cf5722285ff5863629f724" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 65592288679..938d10bd20a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.25", 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.1251.0" +aws-ip-ranges = "=0.1252.0" aws-sdk-cloudfront = "=1.80.0" aws-sdk-sqs = "=1.73.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }