From 85ab676503dd149d630cbb0d839c45f339e3614a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 07:17:33 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1221.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90a7a4fb7cc..2ce0fb267b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1220.0" +version = "0.1221.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f877224eae752cd1d1d3f6bfeed824ce17428c465c38781d89a893436389e77" +checksum = "ab13987f0ea55a43d309f86b43fc992141c1c46d3a704947f8126ae000bc2b7f" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1ec6a9879d8..afbc60bdb0a 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.1220.0" +aws-ip-ranges = "=0.1221.0" aws-sdk-cloudfront = "=1.78.0" aws-sdk-sqs = "=1.71.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }