From 940055b6fbdc79a852581aff327f7fd1e1c58a5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:53:45 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1134.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d68f362b2dc..8b3eb28b355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1133.0" +version = "0.1134.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d7d2ba7a3ca545ff24bd1e62bf6eb23059d5a0237f6009f861e7418f79d4987" +checksum = "83234279c4fe723f2ebb1890ed5abb949feb2322a15caa66971407f930d3bdeb" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c3bb60a7781..8a631812dd7 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.1133.0" +aws-ip-ranges = "=0.1134.0" aws-sdk-cloudfront = "=1.71.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }