From bb5a3938a8a7334a3ee4046f22ac183eafaaf7bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 04:07:23 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1277.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af30f1a14c5..073e0654f97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1276.0" +version = "0.1277.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27579e3b293069ef333e85b8a6222dc038028de45a7423922444f14c94af2036" +checksum = "88ad6ed036ecedf3af94fea505bb670edf0a95ae80406c6f91ce0965b2b13ae6" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 086d96cdf6f..d752a6e4964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.25", 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.1276.0" +aws-ip-ranges = "=0.1277.0" aws-sdk-cloudfront = "=1.81.0" aws-sdk-sqs = "=1.74.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }