From aea0cd917f6e3c6eff90b66318e6af1f73d554a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 15:18:39 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1166.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 340fccb06d..e50a4c4a1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1165.0" +version = "0.1166.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e856f93e89e14a984b3a4f7e5f87cbb00eb1f29d05bd72bf4b6b88cb14bff6cb" +checksum = "a4fb672d3d71a0fc4568e17a743bcdf5eabdbcfa678f409a3a0634a48abf6480" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0adaa4c90c..c5f5771d37 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.1165.0" +aws-ip-ranges = "=0.1166.0" aws-sdk-cloudfront = "=1.74.0" aws-sdk-sqs = "=1.67.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }