From ee3757eed68de9c46798cdd5b1ab6890a6ff0b00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 02:20:16 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.966.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d6269ff196..553de903663 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.965.0" +version = "0.966.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c0683ca37be58199fc28316a5d2a180b054da1788341cc8c93a4dee07262b8e" +checksum = "acacf6acba110975f7041ac2d95a243cff3def295699f972b1ae316d6671eab7" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 0c5aef0d541..67badb1477f 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.965.0" +aws-ip-ranges = "=0.966.0" aws-sdk-cloudfront = "=1.59.0" aws-sdk-sqs = "=1.53.0" axum = { version = "=0.8.1", features = ["macros", "matched-path"] }