From 3efda0bd2bd00febab490d53e1b261adad20b3d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:20:05 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.883.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 972b768c96b..2701656cf1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.882.0" +version = "0.883.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "797649bc7b70bc7aeedc5afa5ac5980d6d8a7e59195f62a4d8d02216ee4994c9" +checksum = "49bb330f4e123b2eb6ba267349635278dba9f199d59f9324c35e7b454f4c077f" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index eab02b125b3..be702ea3aff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ doctest = true anyhow = "=1.0.91" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.882.0" +aws-ip-ranges = "=0.883.0" aws-sdk-cloudfront = "=1.49.0" aws-sdk-sqs = "=1.47.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] }