From ede1675e70af526f9d8dd5b1ef0ee8060f1515f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 23:20:29 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1195.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ad164a7656..5808b6d520f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1194.0" +version = "0.1195.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06784ac7b36d87bd74a718d04c5aa86c8b8a37fcd08fa33cfa644d9611afaf54" +checksum = "52a64b353fa0def3f2b36bafb97f72326c3e1b73acc51a093252a39f5dc36c5d" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index b287f067350..012d7d2fc6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.23", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.3", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1194.0" +aws-ip-ranges = "=0.1195.0" aws-sdk-cloudfront = "=1.77.0" aws-sdk-sqs = "=1.70.0" axum = { version = "=0.8.4", features = ["macros", "matched-path"] }