From 517cd171af3df686e8f8ac9863f34d5ddd58cc8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 18:46:13 +0000 Subject: [PATCH] fix(deps): 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 bb57230944..f3ec591cc4 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.1" -hyper = { version = "0.14.30" } +hyper = { version = "1.0.0" } hyper-rustls = { version = "0.24.2", features = ["webpki-tokio"] } lz4_flex = "0.11.3" parking_lot = "0.12.3"