From 3c18fb55069e98eca7348518ecdf18d04589d716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 08:00:39 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1142.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b7e0b800..2ae686dae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1139.0" +version = "0.1142.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdcab347431a789ceab1328651da68da40e7821a04b81fc57f5ec09fe4740dfb" +checksum = "ce72d5a518ecb121ddf1f5b28864f0959a2cb0607dc44b25a01cb27691635d7e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 48800f1c8c..f7cb9b4a55 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.1139.0" +aws-ip-ranges = "=0.1142.0" aws-sdk-cloudfront = "=1.72.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }