From 6778a0e9437e94e9fd7babae63453dd43b54e76f Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Fri, 7 Jan 2022 06:16:00 +0900 Subject: [PATCH] Remove hyper from plume-common --- Cargo.lock | 1 - plume-common/Cargo.toml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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]