Skip to content

Commit dd74739

Browse files
author
Stephan Dilly
committed
simplify dependency
1 parent f84f6f4 commit dd74739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ asyncgit = { path = "./asyncgit", version = "0.12" }
2424
crossterm = { version = "0.19", features = [ "serde" ] }
2525
clap = { version = "2.33", default-features = false }
2626
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }
27-
bytesize = { version = "1.0.1", default-features = false}
27+
bytesize = { version = "1.0", default-features = false}
2828
itertools = "0.10"
2929
rayon-core = "1.9"
3030
log = "0.4"
@@ -37,7 +37,7 @@ chrono = "0.4"
3737
backtrace = "0.3"
3838
ron = "0.6"
3939
serde = "1.0"
40-
anyhow = "1.0.38"
40+
anyhow = "1.0"
4141
unicode-width = "0.1"
4242
textwrap = "0.13"
4343

0 commit comments

Comments
 (0)