From fab6271339960e9a195acda6824ba8ad91364b3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:01:55 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.931.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58742545bbe..5586545f90a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.930.0" +version = "0.931.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e7ab18830516c1e4195ffbaed89431beb7ad29c29c4801e5f2301bd92a65a8" +checksum = "41f3ce50d5bf65963b3e23db573d7b0b2bb56d5b3f3bcacd7544e744d02b4329" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index bb217af7ca7..e8b5ab54645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.93" 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.930.0" +aws-ip-ranges = "=0.931.0" aws-sdk-cloudfront = "=1.54.0" aws-sdk-sqs = "=1.49.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }