From 211cc7b16e8efd9f60cafb632d2774da34dffbd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:07:38 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.377.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8be1b0141a..f8cb5270131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -245,9 +245,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.376.0" +version = "0.377.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "119da68ce642267ce7c0c137e6e4a96f8ca789ef3a6faa4725717c9037846ac4" +checksum = "ce1c5b4fe605052a432176d69028f11a0dd5f06ad536486318cbc200641e6beb" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c9f6dc5c164..c2c44ef617d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ slow-tests = [] anyhow = "=1.0.86" async-trait = "=0.1.80" aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.376.0" +aws-ip-ranges = "=0.377.0" aws-sdk-cloudfront = "=1.35.0" aws-sdk-sqs = "=1.33.0" axum = { version = "=0.7.5", features = ["macros", "matched-path"] }