From c501ce5b920fe1dcc6e6ef9bd34b903d8d42926b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:13:06 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.973.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1a8da115b..2c124cb60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.971.0" +version = "0.973.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "994414dd24dd7a1a8cbe6bff074664b29417fa412ec920a5eb3a99f15b00c172" +checksum = "9fb20a16b140cacf1c91c479b7006a9210f9368e0fc642c52173a83a47936cb2" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f4d7d9bce0..84591b52e2 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.971.0" +aws-ip-ranges = "=0.973.0" aws-sdk-cloudfront = "=1.59.0" aws-sdk-sqs = "=1.53.0" axum = { version = "=0.8.1", features = ["macros", "matched-path"] }