mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-16 23:15:14 +00:00
Remove hyper from plume-common
This commit is contained in:
parent
677e238c6d
commit
6778a0e943
2 changed files with 2 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -3053,7 +3053,6 @@ dependencies = [
|
|||
"chrono",
|
||||
"heck",
|
||||
"hex",
|
||||
"hyper 0.12.36",
|
||||
"once_cell",
|
||||
"openssl",
|
||||
"pulldown-cmark",
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue