From d18971af14bd7ff7fe7981a0a38f217b4a7fcf25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:36:46 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1089.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90c42290b79..ad1ffa66df1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1088.0" +version = "0.1089.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8657158d6609c7d48069b757ac87d06e7717d6d7c4c68635ef9f9b33112546a" +checksum = "3b2ad5063321f2ef46b4c93b41fd1b40dcb77f5d37e3c2fb1d160c97e364c983" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f71594027f4..d76d261d9a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.22", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1088.0" +aws-ip-ranges = "=0.1089.0" aws-sdk-cloudfront = "=1.70.0" aws-sdk-sqs = "=1.64.0" axum = { version = "=0.8.3", features = ["macros", "matched-path"] }