From 274af60aec51f818d9a7a6f6fa5d52b6b4597029 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 04:34:19 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.993.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2dd2b1f2b5..35cea08829f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.992.0" +version = "0.993.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eb22319e20dcea029d33b59053c70af46180dbbdf6100a2db5b1c82689688f9" +checksum = "f46ad20808d9624406763d3e235af4451952c3701dc7fa831133d94e9c5416bc" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index d9cae522e7c..4e46509ddd8 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.992.0" +aws-ip-ranges = "=0.993.0" aws-sdk-cloudfront = "=1.61.0" aws-sdk-sqs = "=1.55.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }