From ead06d05a79da30475adc349fc97ccc6e7283731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:16:06 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.976.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec92b55aa81..e0554c63037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.975.0" +version = "0.976.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21945542c369ce26a3548bda9ef84e9d8748e6f5a441e8adb61de8b1da826794" +checksum = "afa6569859cfa7130bca3435cb76271a06e59ab19f1823bc08b71603b0fa2646" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1d413a31678..79b0a5e3a12 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.975.0" +aws-ip-ranges = "=0.976.0" aws-sdk-cloudfront = "=1.59.0" aws-sdk-sqs = "=1.53.0" axum = { version = "=0.8.1", features = ["macros", "matched-path"] }