From dfcc659e9dd8fa80299717fb8c28cb5da7965fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:29:44 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1394.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e57d1cb7f2..0403488394b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1393.0" +version = "0.1394.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f471843f8f36b0e8fe677aa98f7f59a99e7580c95dba3a47b055473e8be030f" +checksum = "922a057ec559eba9287095951fd99d688eb4ab42f817d5b246093a3ea10a122e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c71662c3aec..fb0acf47438 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.30", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1393.0" +aws-ip-ranges = "=0.1394.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }