From 05bbffb70c822f3f0480bd49834c2cb22701e952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:27:55 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.948.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ac455e7408..29d25b214a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.947.0" +version = "0.948.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ccbdb66eee2c2f00af5aaf702fb3709e6f1b08d72b21fef4a0352ebe28b4c3a" +checksum = "f5fa24bfa5158b4af73931c9bcf0a969e3451ce2c66be3db4b2e9ed7c78d51c8" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0fda5fca334..8e54d3f7438 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.947.0" +aws-ip-ranges = "=0.948.0" aws-sdk-cloudfront = "=1.55.0" aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }