From dd740ab8f34dec58528c69fc690fbab3ac760152 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 00:13:34 +0100 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.68.0 (#7968) 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 5ec830c949..b128c0cf63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.67.0" +version = "0.68.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e7110430616d264f1c3e0ad9b507d3a593ecc685a40a0ce5243fee4c6830579" +checksum = "af767a6e8fc3ace61ab662f6b6a4bb2dfcdc8dda332be538298811a03f737817" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 50bc06efe9..9fa7f7bb73 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.67.0" +aws-ip-ranges = "=0.68.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"] }