From 2c147a36a2c99be16e4f3902a39e6da787c4f47c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 07:31:54 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1101.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cb4e7c15a2..890b9aa3ffc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1099.0" +version = "0.1101.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25e05594747ff6d1b887f06cca7e4b64ba422ac4bfb5d3f8dd73a0a9376d40e3" +checksum = "acd65f8b1bb96c72b5af569e4fb027e07504df193b71a91dc1e85b864a8fe6ce" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1b831d932a1..961fde1ef6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1099.0" +aws-ip-ranges = "=0.1101.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }