From 5218e09228f5cf97a4e0afa9cc5e5a053ec3c8d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:40:05 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1110.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49f327d0dd4..1051b73623e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1108.0" +version = "0.1110.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce600c793f9fd29130e6927599a58eb3956c9a81d673855c8ec618e3c718ad90" +checksum = "127c404e5c8aba511eee9cd88e49ae69e2c27255bacd909161200200fea1913f" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 01c72393d41..405ef14d13d 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.1108.0" +aws-ip-ranges = "=0.1110.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }