From 41a6f02e9169bae0660031daf21f694ee38372ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:33:07 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.865.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dab454af2f..4be79208948 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.864.0" +version = "0.865.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c223548f8a345dcc9f44682e8d52d1da7053c9b382a937e2c0d8fe6506a14e5c" +checksum = "73f777a348dda73fd5b0673593c84184f48c727ae95d3219ab024813e4b9e25e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index f8c50014a1e..085cdcb3654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ doctest = true anyhow = "=1.0.89" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.864.0" +aws-ip-ranges = "=0.865.0" aws-sdk-cloudfront = "=1.48.0" aws-sdk-sqs = "=1.46.0" axum = { version = "=0.7.7", features = ["macros", "matched-path"] }