From 7d78ec80eb2d56766096082d91de1319d7ceaa36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 05:01:24 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1490.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a36707792..695706516b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,9 +445,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1487.0" +version = "0.1490.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac42b2c63d5630e28d9f50c7eb2acab686c001725ebbbe4859435b0c1fce1018" +checksum = "9c79e076fa344ef7190734f30c370aa791a6e9d8a0cbea513d132b666f6877ed" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 66de78ab9f..8b80a83e54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ astral-tokio-tar = "=0.5.6" async-compression = { version = "=0.4.32", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.89" aws-credential-types = { version = "=1.2.8", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1487.0" +aws-ip-ranges = "=0.1490.0" aws-sdk-cloudfront = "=1.99.0" aws-sdk-sqs = "=1.86.0" axum = { version = "=0.8.6", features = ["macros", "matched-path"] }