From 5bd4bc07e3887c2095069b4659c8ac3af7965fd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:26:30 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.874.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b20f3064a5..e84fa208d71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.872.0" +version = "0.874.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b2e4de5de56db348a6db68f554095fb9bde5ef037badfb659947d14b50f40a1" +checksum = "2371ae486f7ebe923ffeaf0fba3114bb87da2d8700ae97e99af53a76e310940d" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index b23ce84c9c9..1fad0770f7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ doctest = true anyhow = "=1.0.90" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.872.0" +aws-ip-ranges = "=0.874.0" aws-sdk-cloudfront = "=1.48.0" aws-sdk-sqs = "=1.46.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] }