From a74a8f26d57c995e9ec6692bd9fb9d0e1a5eae31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 21:11:46 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.998.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f524b07ff3..a8cf68e690e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.996.0" +version = "0.998.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2403e39bf1c26e5e9d6eee8a46c376654de73a5472717b135a48e1611fea496c" +checksum = "e654a52dc135823d82de2955ae50b15773d3e7c332ca37785022009774da6c0c" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0360a20f8d3..75396daa7bf 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.996.0" +aws-ip-ranges = "=0.998.0" aws-sdk-cloudfront = "=1.62.0" aws-sdk-sqs = "=1.56.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }