From 25f83610f94100ed76915381f04ef4310f9068b7 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 30 Apr 2018 20:11:21 +0200 Subject: [PATCH] Remove explicit bincode dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 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"