summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2018-04-30 20:11:21 +0200
committersharkdp <davidpeter@web.de>2018-04-30 20:11:21 +0200
commit25f83610f94100ed76915381f04ef4310f9068b7 (patch)
treecf73a2c73371dca6924e339950b7921e4398bc8d
parent7f070c9dcb05d52482f0d1175261c40e7451daa8 (diff)
Remove explicit bincode dependency
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6a5c308..56d7f9d4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -65,7 +65,6 @@ version = "0.2.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"directories 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 874f6a82..2aa33177 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,6 @@ version = "0.2.0"
[dependencies]
atty = "0.2.2"
ansi_term = "0.9"
-bincode = "1.0"
console = "0.6"
git2 = "0.6"
error-chain = "0.11"