Remove hyper from plume-common

This commit is contained in:
Kitaiti Makoto 2022-01-07 06:16:00 +09:00
parent 677e238c6d
commit 6778a0e943
2 changed files with 2 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3053,7 +3053,6 @@ dependencies = [
"chrono",
"heck",
"hex",
"hyper 0.12.36",
"once_cell",
"openssl",
"pulldown-cmark",

View File

@ -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]