From 4593147760c2389025f20255e52c1d5ce2cbd9ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 03:48:00 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.947.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b10ffcd7857..9796f53e159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.946.0" +version = "0.947.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fecd8c40f8bcc89bf929fd83641bfe228e0176c1eadc93f7a7f055901d5a7856" +checksum = "1ccbdb66eee2c2f00af5aaf702fb3709e6f1b08d72b21fef4a0352ebe28b4c3a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5d41bfe635f..efef9a47f9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.94" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.946.0" +aws-ip-ranges = "=0.947.0" aws-sdk-cloudfront = "=1.55.0" aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }