From 6d4cbd0937c3496dff27b3aaedc0a7b8b1989127 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 10:11:53 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1305.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ead2bf2c2..766e968394 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1304.0" +version = "0.1305.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8e41ced8df0d76506c369d5294a196b87d240582dda57f13e81c318bcbdba13" +checksum = "4ba187165c3ce3765ccb5500806a0ac8ace7c774746e14e54d85e96ab0ff837e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0216c4aed5..f7017e6e1f 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.1304.0" +aws-ip-ranges = "=0.1305.0" aws-sdk-cloudfront = "=1.83.1" aws-sdk-sqs = "=1.76.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }