mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-03 12:18:49 +01:00
Remove explicit bincode dependency
This commit is contained in:
parent
7f070c9dcb
commit
25f83610f9
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -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)",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user