From 45d0f9094ab92713f3cc3f34bb0e6cdc5872fc44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 22:14:54 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1148.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3968ae4e6b..bc0fac09b6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1147.0" +version = "0.1148.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f3b58af5b50a51514f42b921746635bc7c230040e992f9e2d6b9ce65e672c71" +checksum = "71ee169aa72fe57d53643dc3e1396943393e527d7e8fa1666bd3672032a34d46" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 93c91d53b71..563cd072edb 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.1147.0" +aws-ip-ranges = "=0.1148.0" aws-sdk-cloudfront = "=1.72.0" aws-sdk-sqs = "=1.65.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }