From 195d8348391a5dc16d3da626a84cf9e320189a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:46:05 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1451.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac10fe05ea1..ae271e9b1ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1450.0" +version = "0.1451.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89285418318e2cd4fd655edcd6d61f3935cc517a2f97d535a1536b89f5179d18" +checksum = "a6555ff88f30b20d985df195a982c9d917d8b50831bd3ac4c53c87cdfe870697" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 37ab41dbc95..434ac97d5f8 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.1450.0" +aws-ip-ranges = "=0.1451.0" aws-sdk-cloudfront = "=1.97.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }