Remove unused dependency on bytes
This commit is contained in:
parent
080dfa7edf
commit
993f68ded2
|
|
@ -17,13 +17,11 @@ runtime = ["hyper/runtime"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
antidote = "1.0.0"
|
antidote = "1.0.0"
|
||||||
bytes = "1"
|
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
hyper = { version = "0.14", default-features = false, features = ["client"] }
|
hyper = { version = "0.14", default-features = false, features = ["client"] }
|
||||||
linked_hash_set = "0.1"
|
linked_hash_set = "0.1"
|
||||||
once_cell = "1.0"
|
once_cell = "1.0"
|
||||||
boring = { version = "1.1.0", path = "../boring" }
|
boring = { version = "1.1.0", path = "../boring" }
|
||||||
boring-sys = { version = "1.1.0", path = "../boring-sys" }
|
|
||||||
tokio = "1"
|
tokio = "1"
|
||||||
tokio-boring = { version = "2", path = "../tokio-boring" }
|
tokio-boring = { version = "2", path = "../tokio-boring" }
|
||||||
tower-layer = "0.3"
|
tower-layer = "0.3"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue