simplify dependency

This commit is contained in:
Stephan Dilly 2021-03-03 22:31:41 +01:00
parent f84f6f458f
commit dd74739252

View File

@ -24,7 +24,7 @@ asyncgit = { path = "./asyncgit", version = "0.12" }
crossterm = { version = "0.19", features = [ "serde" ] }
clap = { version = "2.33", default-features = false }
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }
bytesize = { version = "1.0.1", default-features = false}
bytesize = { version = "1.0", default-features = false}
itertools = "0.10"
rayon-core = "1.9"
log = "0.4"
@ -37,7 +37,7 @@ chrono = "0.4"
backtrace = "0.3"
ron = "0.6"
serde = "1.0"
anyhow = "1.0.38"
anyhow = "1.0"
unicode-width = "0.1"
textwrap = "0.13"