From 83056e26ec3c493ca2cc89c942fedfb72f1f9c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 02:29:05 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1067.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07f2a6a3f81..c93c59c9277 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1065.0" +version = "0.1067.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d8c3d3bcfbb09f5f2d774616cbe5be9cd10873f5254e395d738866572299b73" +checksum = "0facea09630413031a856ddcb3a9320ab51eb9700699ba99453f457a4673352a" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 777cf228360..f4077b010e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.97" async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.87" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1065.0" +aws-ip-ranges = "=0.1067.0" aws-sdk-cloudfront = "=1.68.0" aws-sdk-sqs = "=1.62.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }