From 7a86e42d880862a3bbf325fac45f5235bbf09dee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:36:50 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.938.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dc0b0ebd99..881f9f2c4f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.937.0" +version = "0.938.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aebd9d925f99b23cf5f2b8745b10f35c5cc861be995d6c0ae58c92cc737a5cff" +checksum = "e0754d633c5875de22d5716621a557906d94c5488de61f2a1492901fe2979170" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 6b75e4539a9..4c2ada9b523 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.94" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.937.0" +aws-ip-ranges = "=0.938.0" aws-sdk-cloudfront = "=1.55.0" aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }