From 1c4c124108fc1976dfdfd2434dd823a5ebf15bd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 21:06:19 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- replistore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/replistore/Cargo.toml b/replistore/Cargo.toml index 3e79722..99bb2d2 100644 --- a/replistore/Cargo.toml +++ b/replistore/Cargo.toml @@ -29,7 +29,7 @@ dtrd_client = {path = "../client"} tokio = { version = "1.34.0", features = ["full", "tracing"] } futures-util = "0.3.28" s3s = "0.8.0" -hyper = "0.14.27" +hyper = "1.0.0" anyhow = "1.0.75" async-trait = "0.1.74" tokio-util = { version = "0.7.10", features = ["full"] }