From 4727ce1f5dd9798784f0c522e91e7c1d8235ea53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 07:44:07 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1312.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bcc3b5b7f..abc96ddd10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1311.0" +version = "0.1312.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da1f73b2025180171a379ad96fea2757c36902fbd38fd50de8e41f4789fffca6" +checksum = "9daf053cd9d0a91542097f526be91725b3f89f9dd5285f622455c8c84edec4d5" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 56ceb5c609..62e5601f33 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.1311.0" +aws-ip-ranges = "=0.1312.0" aws-sdk-cloudfront = "=1.83.1" aws-sdk-sqs = "=1.76.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }