From d49a27a0a3be504f10be59ceccee6fbb7c06b199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:01:33 +0000 Subject: [PATCH] Update Rust crate hyper to v1 --- Cargo.toml | 2 +- nativelink-service/Cargo.toml | 4 ++-- nativelink-store/Cargo.toml | 2 +- nativelink-util/Cargo.toml | 2 +- nativelink-worker/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 68d41ea9ba..142aa2f7ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ axum = "0.6.20" clap = { version = "4.5.4", features = ["derive"] } futures = "0.3.30" -hyper = { version = "0.14.28" } +hyper = { version = "1.0.0" } mimalloc = "0.1.41" parking_lot = "0.12.2" prometheus-client = "0.21.2" diff --git a/nativelink-service/Cargo.toml b/nativelink-service/Cargo.toml index 18d889eeb3..1dff84cdf6 100644 --- a/nativelink-service/Cargo.toml +++ b/nativelink-service/Cargo.toml @@ -13,7 +13,7 @@ nativelink-scheduler = { path = "../nativelink-scheduler" } bytes = "1.6.0" futures = "0.3.30" -hyper = { version = "0.14.28" } +hyper = { version = "1.0.0" } serde_json5 = "0.1.0" parking_lot = "0.12.2" prost = "0.12.4" @@ -28,7 +28,7 @@ uuid = { version = "1.8.0", features = ["v4"] } [dev-dependencies] nativelink-macro = { path = "../nativelink-macro" } -hyper = "0.14.28" +hyper = "1.0.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 aa3d55d050..eed04120c6 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -23,7 +23,7 @@ filetime = "0.2.23" futures = "0.3.30" hex = "0.4.3" http-body = "1.0.0" -hyper = { version = "0.14.28" } +hyper = { version = "1.0.0" } hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] } lz4_flex = "0.11.3" parking_lot = "0.12.2" diff --git a/nativelink-util/Cargo.toml b/nativelink-util/Cargo.toml index a45727965b..2d0ec099fa 100644 --- a/nativelink-util/Cargo.toml +++ b/nativelink-util/Cargo.toml @@ -15,7 +15,7 @@ bytes = "1.6.0" console-subscriber = { version = "0.2.0" } futures = "0.3.30" hex = "0.4.3" -hyper = "0.14.28" +hyper = "1.0.0" lru = "0.12.3" parking_lot = "0.12.2" pin-project-lite = "0.2.14" diff --git a/nativelink-worker/Cargo.toml b/nativelink-worker/Cargo.toml index efcbf3ffce..3a34eeedf4 100644 --- a/nativelink-worker/Cargo.toml +++ b/nativelink-worker/Cargo.toml @@ -37,7 +37,7 @@ uuid = { version = "1.8.0", features = ["v4"] } [dev-dependencies] nativelink-macro = { path = "../nativelink-macro" } -hyper = "0.14.28" +hyper = "1.0.0" once_cell = "1.19.0" pretty_assertions = "1.4.0" prost-types = "0.12.4"