From 2b99dc9fbd858a740e7dfe052b6b3ee947a9bb1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 05:26:15 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.995.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfffc3f84ef..99a41344925 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.994.0" +version = "0.995.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "639a471763f354ffabc9e9e5a8dd1da5ede884313d6856c1f18cb5fdf35ab191" +checksum = "ef6374fa2570dd7aaab61f702df72164097c5605f81788b522ece2a424fdccb7" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index b8f064055f8..c1e21c2a70d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.85" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.994.0" +aws-ip-ranges = "=0.995.0" aws-sdk-cloudfront = "=1.61.0" aws-sdk-sqs = "=1.55.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }