From 72d38fd29f2f888d28d1542646a2ec0305921e85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 19:21:13 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1160.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29e9872e459..91f5fe1e2e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1159.0" +version = "0.1160.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c45d27b4dcc4bbd98fceb5019d2d60ab89ac51d2cf09f83698429177f5788fe" +checksum = "2991c1b37443ea686e745148e6246eb2b9a4b44954dffcae61bcc9adba3f6c6b" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0ed11250299..f246578f8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1159.0" +aws-ip-ranges = "=0.1160.0" aws-sdk-cloudfront = "=1.73.0" aws-sdk-sqs = "=1.66.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }