From 76308704055a66fa4dc140d8dd7cd3dead566a62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 10:57:42 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1019.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 974ac00b570..7bf092a3a27 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1018.0" +version = "0.1019.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da014f45bf69ba54a4c4e3c10ee633f0d0649ad766473c218359151534925da7" +checksum = "f5c2c866073bb321033dced63e184af1a2037eb97c16656e178dd8198d11c757" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index fbfaee06ac3..a8f14cb7ff6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.86" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1018.0" +aws-ip-ranges = "=0.1019.0" aws-sdk-cloudfront = "=1.64.0" aws-sdk-sqs = "=1.58.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }