From 76d77717d7ef27982f0faaa3fad1dbcbd99c29fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:42:08 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1393.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96d543de1a..4e57d1cb7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1391.0" +version = "0.1393.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186a88164e1929a434f560a7efeb8756f4243613bdd5c5f5656eea47e56a9988" +checksum = "0f471843f8f36b0e8fe677aa98f7f59a99e7580c95dba3a47b055473e8be030f" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a973f89be6..c71662c3ae 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.1391.0" +aws-ip-ranges = "=0.1393.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }