From 5d73b1a39de64b666b3c5a1a085c32aa24ef5e47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:53:00 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1388.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5eaa714af33..466bc5e35a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1387.0" +version = "0.1388.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "203b7c8d855c19df4a3ae06572e30c979168bfe679b3c73dbf19917d8219c055" +checksum = "16aa6673eee92029de276a839dfac8f1417c7736a5cc0a8736a209f315adf30a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 7c853819678..2b40583ea03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ astral-tokio-tar = "=0.5.3" async-compression = { version = "=0.4.28", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1387.0" +aws-ip-ranges = "=0.1388.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }