From fdd809bc42ea21df95de71345b589d76dafddd35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:10:47 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.806.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ff6db6a2a5..edb71458cec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.805.0" +version = "0.806.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac2ef0e2495496c07049f0d10b469fd9957975da743bfea62b2e233fb019c6fb" +checksum = "0282d39796cfd85b7dcc57709faf9c9655dc3823f4bf0f4e54ad1fab87c93f6e" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index ba61b4e6d41..c39f463d1d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ slow-tests = [] anyhow = "=1.0.87" async-trait = "=0.1.82" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.805.0" +aws-ip-ranges = "=0.806.0" aws-sdk-cloudfront = "=1.43.0" aws-sdk-sqs = "=1.41.0" axum = { version = "=0.7.5", features = ["macros", "matched-path"] }