From 120bf303fdb68a796d641ca53a0a53ca4a8ea50f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:45:09 +0000 Subject: [PATCH] Update Rust crate hyper to v1 --- nativelink-store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 46edb3917..0ec69153c 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -42,7 +42,7 @@ patricia_tree = { version = "0.8.0", default-features = false } futures = { version = "0.3.30", default-features = false } hex = { version = "0.4.3", default-features = false } http-body = "1.0.1" -hyper = { version = "0.14.31" } +hyper = { version = "1.0.0" } hyper-rustls = { version = "0.24.2", default-features = false, features = [ "webpki-roots", ] }