From 907607b29ba2c4be28eb89d30a9e354880ba562c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 09:58:00 +0100 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.79.0 (#7994) 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 9c751682e63..7fd4875365f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.73.0" +version = "0.79.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c901b86544c36411aa816f87c6a6005c0ab0d7f7fdfb10eab99956675b9a58c" +checksum = "ac1540c89980fb78aa3e51f38ea2d489a7076fe2ec9956c8c5d37aa59fde109a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d7fda0a22a3..7100f2c5e9d 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.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.73.0" +aws-ip-ranges = "=0.79.0" aws-sdk-cloudfront = "=1.11.0" axum = { version = "=0.7.4", features = ["macros", "matched-path"] } axum-extra = { version = "=0.9.2", features = ["cookie-signed", "typed-header"] }