From f03bded6ccdd83ce74790a5655ac5a75050864eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:09:08 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1053.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99508087173..aa9e41026dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1052.0" +version = "0.1053.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c37b5f65022eb9466ba4646e512415c30da9523b0f3234ffdb81979dc266739b" +checksum = "c94248b00bea01e96d80ee8ea88ccf6388631cf11ab5d7f5a88dd0f68001d66e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 2a511d865e9..2c4c3262263 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.97" async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.87" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1052.0" +aws-ip-ranges = "=0.1053.0" aws-sdk-cloudfront = "=1.66.1" aws-sdk-sqs = "=1.60.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }