From 195a95752f645a8ff3d26957820db81c2a13ac77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 May 2025 22:53:24 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1175.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8db1d85d8d..8e5c40a358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1174.0" +version = "0.1175.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3f3bf868e01cd1d363803b411ba0272142b0a6207a776cfdde04f08fc3493b" +checksum = "779952b268029e2b923a79e19cb799db557bd2d0a46ca069b59ca42d48b6885c" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d43f7f26a1..0df88cedea 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.1174.0" +aws-ip-ranges = "=0.1175.0" aws-sdk-cloudfront = "=1.74.0" aws-sdk-sqs = "=1.67.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }