From 0e420ff896050315a9b965476b30c0b4e214e1c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:09:56 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1452.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a85e88a99e..6a72b0bf16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1451.0" +version = "0.1452.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6555ff88f30b20d985df195a982c9d917d8b50831bd3ac4c53c87cdfe870697" +checksum = "7cb541be77969f4387cdd8132cb55d09f771a9a9bc721e8be50493b9aac1c127" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index a56c1b139f..fafdd2660f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.5" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1451.0" +aws-ip-ranges = "=0.1452.0" aws-sdk-cloudfront = "=1.97.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }