From 6990c83173afa6d330ef7f5155600fad68e32047 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 16:26:29 +0000 Subject: [PATCH] Update Rust crate aws-ip-ranges to v0.1065.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e9d354e930..d35d050ccfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "aws-ip-ranges" -version = "0.1063.0" +version = "0.1065.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8db1d4ab33c81dfefaa45dd271590809c84cf7f529b231baa75dc50a5f90a9b6" +checksum = "8d8c3d3bcfbb09f5f2d774616cbe5be9cd10873f5254e395d738866572299b73" dependencies = [ "serde", "serde_json", @@ -416,7 +416,7 @@ dependencies = [ "bytes-utils", "futures-core", "http 0.2.12", - "http 1.2.0", + "http 1.3.1", "http-body 0.4.6", "once_cell", "percent-encoding", @@ -436,7 +436,7 @@ dependencies = [ "aws-smithy-types", "h2 0.4.7", "http 0.2.12", - "http 1.2.0", + "http 1.3.1", "http-body 0.4.6", "hyper 0.14.32", "hyper 1.6.0", @@ -476,7 +476,7 @@ dependencies = [ "bytes", "fastrand", "http 0.2.12", - "http 1.2.0", + "http 1.3.1", "http-body 0.4.6", "http-body 1.0.1", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 15a9ed2ab07..6db931d1a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "=1.0.97" async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] } async-trait = "=0.1.87" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } -aws-ip-ranges = "=0.1063.0" +aws-ip-ranges = "=0.1065.0" aws-sdk-cloudfront = "=1.68.0" aws-sdk-sqs = "=1.62.0" axum = { version = "=0.8.2", features = ["macros", "matched-path"] }