diff --git a/Cargo.lock b/Cargo.lock index 7882813f..48f34810 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3053,7 +3053,6 @@ dependencies = [ "chrono", "heck", "hex", - "hyper 0.12.36", "once_cell", "openssl", "pulldown-cmark", diff --git a/plume-common/Cargo.toml b/plume-common/Cargo.toml index fb17f91d..777e002b 100644 --- a/plume-common/Cargo.toml +++ b/plume-common/Cargo.toml @@ -12,7 +12,6 @@ array_tool = "1.0" base64 = "0.13" heck = "0.4.0" hex = "0.4" -hyper = "0.12.33" openssl = "0.10.22" rocket = "0.4.6" reqwest = { version = "0.9", features = ["socks"] } @@ -37,3 +36,5 @@ branch = "bidi-plume" [dev-dependencies] once_cell = "1.5.2" + +[features]