mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
simplify dependency
This commit is contained in:
parent
f84f6f458f
commit
dd74739252
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue