From fa7d2680ad8ecf7a15f7f6bbd3e89b4354445c18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 03:13:40 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1025.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 855f4bf18ef..5db3dc14d57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1024.0" +version = "0.1025.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "169e9358a54af8929827a2f324dad028dfe4c6e99b3a4b1a8fd7baedcd9516a9" +checksum = "f9bcf8771eb9433be292db312ef7394dd59fd4d337dd30e7d53073c8a33a790a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 2ac58fb4760..48f591c33ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.86" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1024.0" +aws-ip-ranges = "=0.1025.0" aws-sdk-cloudfront = "=1.65.0" aws-sdk-sqs = "=1.59.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }