From 0f50ff6394ca649768251cdc670e339091ef9b82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 05:02:03 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1387.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e11dd5825b..5eaa714af33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -450,9 +450,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1386.0" +version = "0.1387.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e23eb245ae2adb35844cc2d78c407e1dda85d2a5860b279e52577ef6ff8c331" +checksum = "203b7c8d855c19df4a3ae06572e30c979168bfe679b3c73dbf19917d8219c055" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 3c4f356c973..7c853819678 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.1386.0" +aws-ip-ranges = "=0.1387.0" aws-sdk-cloudfront = "=1.92.0" aws-sdk-sqs = "=1.82.1" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }