From 993f68ded2a9a35c52c919c87167400a3971663c Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Mon, 14 Jun 2021 18:04:51 +0200 Subject: [PATCH] Remove unused dependency on bytes --- hyper-boring/Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/hyper-boring/Cargo.toml b/hyper-boring/Cargo.toml index 892b2056..fa21dfde 100644 --- a/hyper-boring/Cargo.toml +++ b/hyper-boring/Cargo.toml @@ -17,13 +17,11 @@ runtime = ["hyper/runtime"] [dependencies] antidote = "1.0.0" -bytes = "1" http = "0.2" hyper = { version = "0.14", default-features = false, features = ["client"] } linked_hash_set = "0.1" once_cell = "1.0" boring = { version = "1.1.0", path = "../boring" } -boring-sys = { version = "1.1.0", path = "../boring-sys" } tokio = "1" tokio-boring = { version = "2", path = "../tokio-boring" } tower-layer = "0.3"