From c833c0d973740e997d397d6b5e54c32904e42034 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:41:10 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1058.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c203a00dedc..ff6641aaac6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1056.0" +version = "0.1058.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17fe7bef43d6f223e16dc85bbc24c9758078b1a2bd6bbbd57decf191d2e2f38" +checksum = "c7fbea81aede1078775dba84264f2f11460ca4fd54fca25afae7398d4b59be36" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index e235c4d6a6d..1a1c51627f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.97" async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.87" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1056.0" +aws-ip-ranges = "=0.1058.0" aws-sdk-cloudfront = "=1.67.1" aws-sdk-sqs = "=1.61.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }