From 9720600abf541344a2281ff7649fcf9301dd9c90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:36:45 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.999.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 022024b7000..155d9ece297 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.998.0" +version = "0.999.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e654a52dc135823d82de2955ae50b15773d3e7c332ca37785022009774da6c0c" +checksum = "af45c0e779705ae2ba9d0ec20441b4fa356df47b7d35124126f93dc6a67978ee" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 776fdd007f7..34558ac9300 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.998.0" +aws-ip-ranges = "=0.999.0" aws-sdk-cloudfront = "=1.62.0" aws-sdk-sqs = "=1.56.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }