From ca9dc2def19f4eae8df7e9f7fda6474acd889958 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:53:25 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.949.0 (#10185) 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 b9f974d294..218eda1a2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,9 +258,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.948.0" +version = "0.949.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5fa24bfa5158b4af73931c9bcf0a969e3451ce2c66be3db4b2e9ed7c78d51c8" +checksum = "845ac6e3594156ee136d381fcca816e982d1a33d8a894f9394898e69bac70f0c" dependencies = [ "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 42d1df2992..97f6c3cd49 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.948.0" +aws-ip-ranges = "=0.949.0" aws-sdk-cloudfront = "=1.55.0" aws-sdk-sqs = "=1.50.0" axum = { version = "=0.7.9", features = ["macros", "matched-path"] }