From 83130fccf235483759335d3bb045d2e4ce815235 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 08:43:41 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1317.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 499f5e08ec2..4a9d217b660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1316.0" +version = "0.1317.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d4a71409a059dc6e3ee3c9bcde599bd86a09135870a8810130823827cba22a0" +checksum = "f20e0be456bc88e3f3ca2d48fb15873851b85d5c03cdc2311cbf819975aba64a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 65ba71d0937..a892243a6e2 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.1316.0" +aws-ip-ranges = "=0.1317.0" aws-sdk-cloudfront = "=1.84.0" aws-sdk-sqs = "=1.76.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }