summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-16 12:43:08 -0400
committerRyan Dahl <ry@tinyclouds.org>2020-09-16 13:29:42 -0400
commit0cb64cef767170827806974e59075dc56c2eafe5 (patch)
tree401e70899f8b18a833c8e141e5ad063b35a21065 /cli/Cargo.toml
parent21f2e45b0d4932bb1f2db31171b6a4d1b4e7f35e (diff)
Remove unnecessary serde_derive dependency
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 660fa4492..a5e20e761 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -58,7 +58,6 @@ reqwest = { version = "0.10.8", default-features = false, features = ["rustls-tl
ring = "0.16.15"
rustyline = { version = "6.3.0", default-features = false }
serde = { version = "1.0.116", features = ["derive"] }
-serde_derive = "1.0.116"
serde_json = { version = "1.0.57", features = [ "preserve_order" ] }
sys-info = "0.7.0"
sourcemap = "6.0.1"