From e9fb2d9dbf8a90b5a9f3d23cad84db58ee9376e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:23:44 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.927.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9dc7b85aa4..d08934c20a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.926.0" +version = "0.927.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a428949a7e24b31c9539f7f79bbd4b606b4ad7fc31b9ae23e98f8ccf1ff5dfa" +checksum = "800f0a1c797b2d3edb93c5ee7c436a79a0cd0c4f00dda4d2ab6d980e1fbf05f6" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index be2a36b9e3..895b4949a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ doctest = true anyhow = "=1.0.93" async-trait = "=0.1.83" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.926.0" +aws-ip-ranges = "=0.927.0" aws-sdk-cloudfront = "=1.54.0" aws-sdk-sqs = "=1.49.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }