mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Remove unused dependencies (ws: "either", http_protocol: "rand)
This commit is contained in:
parent
f5caf05963
commit
3a6101a02d
3 changed files with 0 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -187,7 +187,6 @@ dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"quickcheck",
|
"quickcheck",
|
||||||
"quickcheck_macros",
|
"quickcheck_macros",
|
||||||
"rand",
|
|
||||||
"serde",
|
"serde",
|
||||||
"serde_bencode",
|
"serde_bencode",
|
||||||
"smartstring",
|
"smartstring",
|
||||||
|
|
@ -303,7 +302,6 @@ dependencies = [
|
||||||
"aquatic_ws_protocol",
|
"aquatic_ws_protocol",
|
||||||
"async-tungstenite",
|
"async-tungstenite",
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"either",
|
|
||||||
"futures",
|
"futures",
|
||||||
"futures-lite",
|
"futures-lite",
|
||||||
"futures-rustls",
|
"futures-rustls",
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@ httparse = "1"
|
||||||
itoa = "1"
|
itoa = "1"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
memchr = "2"
|
memchr = "2"
|
||||||
rand = { version = "0.8", features = ["small_rng"] }
|
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
serde_bencode = "0.2"
|
serde_bencode = "0.2"
|
||||||
smartstring = "1"
|
smartstring = "1"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,6 @@ aquatic_ws_protocol.workspace = true
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
async-tungstenite = "0.19"
|
async-tungstenite = "0.19"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
either = "1"
|
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
futures-lite = "1"
|
futures-lite = "1"
|
||||||
futures-rustls = "0.22"
|
futures-rustls = "0.22"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue