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"