From 020078d8b05725f629fe79c2d6ee01929c91b90c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:22:21 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.344.0 (#8830) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b524e8f0b7..acd30f8ef79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.342.0" +version = "0.344.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46821c592de5f76526c93f2ed00150f3d738be7844d7adcaf732f04be8e4a56c" +checksum = "3db21c9ea27c498eb454939cacf8860e01ab750644d0a070f4d31794ec2613f5" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 8d4cd8aae0a..5d284ddc4ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.86" async-trait = "=0.1.80" aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.342.0" +aws-ip-ranges = "=0.344.0" aws-sdk-cloudfront = "=1.31.0" aws-sdk-sqs = "=1.29.1" axum = { version = "=0.7.5", features = ["macros", "matched-path"] }