From 524501e9ce9a56cd913b0cbb9b09385c4155d856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 03:42:18 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1076.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 866118ed435..7ad90479826 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1075.0" +version = "0.1076.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8001ded3b3b9fb46a08e3d589a8bdaeb19b6ee1535af854ef512fc27e946131c" +checksum = "9abdaf844d186715568ae6c735534e275c6a572e6fc7373cd14c46c559ad1133" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 55ac65b7a4f..ac8dc34892f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ astral-tokio-tar = "=0.5.2" async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1075.0" +aws-ip-ranges = "=0.1076.0" aws-sdk-cloudfront = "=1.68.0" aws-sdk-sqs = "=1.62.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }