From 59f1c0e3bee6b8ccfdbdf3ca89a4d721280ca397 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 05:43:05 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1127.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4621892bb36..d29318d6bcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1126.0" +version = "0.1127.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d600f71f01304874cc78bd0fe2f928192d7ecba83c879c9d375bf12487ab5f" +checksum = "a19c76d33e3591e48c497854ee3da2906f55125ae58dd5928123bef1ab5c3695" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f6db9b3034a..7d83eb59fc7 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.1126.0" +aws-ip-ranges = "=0.1127.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }