From b1ecdfa3811d1511f6d578f51c931e94243f565c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 06:22:27 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1331.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d2f893dba..f6d734ada4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1330.0" +version = "0.1331.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317214743b01423f653347dba6c204f82ef1b41bff76a6f218569300fc3605e2" +checksum = "9e8261fa7aeb728aa1784bcc4a1a067c18fe253a80be920fee495a77fc6f6343" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 22cd329e35..f787ab8aa3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.4", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1330.0" +aws-ip-ranges = "=0.1331.0" aws-sdk-cloudfront = "=1.87.0" aws-sdk-sqs = "=1.78.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }