From 3b9048856f13aa54e24d2bca3c0b3e72b0e24b5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:14:05 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1006.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50723999fc4..3cfbeaa1312 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1004.0" +version = "0.1006.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93a44bbe505d20cdfa6062d0ef846679d0875efc4ac7f204da54c7814cd6dfef" +checksum = "bc49d72c1d3beac35aa487e422541c28bd214f74f69fb0de25f48653555ac8fb" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index bcd3df03729..374c4e93c20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.85" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1004.0" +aws-ip-ranges = "=0.1006.0" aws-sdk-cloudfront = "=1.62.0" aws-sdk-sqs = "=1.56.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }