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"