From dbe98b2ece4416f013494e83720c407e533711c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 05:41:12 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.981.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 706fbebac49..4f378907506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.980.0" +version = "0.981.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f1a5df642a7f894039bd36207f0edd786e3a6ca4e84068ebd223bd25bfe0c29" +checksum = "f6e9cf9edfd1b7758ec232de40ef3463697d9a983c94caf8c901b76c392fde80" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 23ba950b632..19a3bb41610 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.980.0" +aws-ip-ranges = "=0.981.0" aws-sdk-cloudfront = "=1.60.0" aws-sdk-sqs = "=1.54.0" axum = { version = "=0.8.1", features = ["macros", "matched-path"] }