From 8f8b540817c700bf045d4e9c234a9adaa395068a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 00:50:52 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1003.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2e3b8e9f9c..7af2d74c121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1002.0" +version = "0.1003.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93824ed39420c9fdf0051077a9aaa8834f648307e029ca8f68bc25634c23ec58" +checksum = "a7b36c4bc1932259877efcb37c2e831df9350ab6d3264eaae2581aace68d22ba" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 1c1af1ab900..599819a5b30 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.1002.0" +aws-ip-ranges = "=0.1003.0" aws-sdk-cloudfront = "=1.62.0" aws-sdk-sqs = "=1.56.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }