From a4bd086869024ca6b8aaa31f28837cb9cb331a90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 00:33:32 +0000 Subject: [PATCH] Update Rust crate hyper to v1 --- Cargo.toml | 2 +- nativelink-service/Cargo.toml | 2 +- nativelink-store/Cargo.toml | 2 +- nativelink-worker/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2103e255da..98a70b9829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ axum = "0.6.20" clap = { version = "4.4.11", features = ["derive"] } console-subscriber = { version = "0.2.0" } futures = "0.3.29" -hyper = { version = "0.14.27" } +hyper = { version = "1.1.0" } parking_lot = "0.12.1" prometheus-client = "0.21.2" rustls-pemfile = "2.0.0" diff --git a/nativelink-service/Cargo.toml b/nativelink-service/Cargo.toml index c5c27c469e..ff4289943e 100644 --- a/nativelink-service/Cargo.toml +++ b/nativelink-service/Cargo.toml @@ -24,7 +24,7 @@ tracing = "0.1.40" uuid = { version = "1.6.1", features = ["v4"] } [dev-dependencies] -hyper = "0.14.27" +hyper = "1.1.0" maplit = "1.0.2" pretty_assertions = "1.4.0" prometheus-client = "0.21.2" diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index a1c67bdb17..1f2ce64840 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -21,7 +21,7 @@ bytes = "1.5.0" filetime = "0.2.23" futures = "0.3.29" hex = "0.4.3" -hyper = { version = "0.14.27" } +hyper = { version = "1.1.0" } hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] } lz4_flex = "0.11.1" parking_lot = "0.12.1" diff --git a/nativelink-worker/Cargo.toml b/nativelink-worker/Cargo.toml index 19b577e014..89dfe7a236 100644 --- a/nativelink-worker/Cargo.toml +++ b/nativelink-worker/Cargo.toml @@ -35,7 +35,7 @@ tracing = "0.1.40" uuid = { version = "1.6.1", features = ["v4"] } [dev-dependencies] -hyper = "0.14.27" +hyper = "1.1.0" once_cell = "1.19.0" pretty_assertions = "1.4.0" prost-types = "0.12.3"