From b0f162fa6896144e3a023067af4138a39abf9c33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 22:06:14 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.953.0 (#10202) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b434b372e..885d81dee7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.952.0" +version = "0.953.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc37963f752a310a3b2b77b89f94216ba9c38df6a48e87612c1c86682c826f9b" +checksum = "85c2680640e37ab4b413d9fc50589a2561771510a6cb255276510060aab5df5d" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index ee714e1589..b6493b287e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ anyhow = "=1.0.94" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.952.0" +aws-ip-ranges = "=0.953.0" aws-sdk-cloudfront = "=1.55.0" aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }