From 0a4bf67ad4eda1cfce2b4d1eb6062c389c20530e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:11:45 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.62.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b114555d8f4..4b9ecc8d2b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.59.0" +version = "0.62.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef919fafe6a613ec29925adc32cd720d25e0e65d9e68e8701a994590bd6d615f" +checksum = "fb6e905d0754b378be2d0ea1c31deb5708460881de47aee666427f2203133437" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1f87d3e3254..a906546fe7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.79" async-trait = "=0.1.77" aws-credential-types = { version = "=1.1.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.59.0" +aws-ip-ranges = "=0.62.0" aws-sdk-cloudfront = "=1.10.0" axum = { version = "=0.7.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.2", features = ["cookie-signed", "typed-header"] }