Skip to content

Commit 03f2fe1

Browse files
tim77imsnif
andauthored
Chore: bump deps (#25)
* Chore: bump deps tui to 0.8 insta to 0.16.0 cargo-insta to 0.16.0 * chore(tests): fix tests Co-authored-by: Aram Drevekenin <[email protected]> Co-authored-by: Aram Drevekenin <[email protected]>
1 parent b204ec6 commit 03f2fe1

File tree

169 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+3
-3
lines changed

β€ŽCargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
edition = "2018"
1010

1111
[dependencies]
12-
tui = "0.5"
12+
tui = "0.8"
1313
termion = "1.5"
1414
failure = "0.1"
1515
walkdir = "2"
@@ -18,5 +18,5 @@ structopt = "0.3"
1818
filesize = "0.2.0"
1919

2020
[dev-dependencies]
21-
insta = "0.12.0"
22-
cargo-insta = "0.11.0"
21+
insta = "0.16.0"
22+
cargo-insta = "0.16.0"

0 commit comments

Comments
Β (0)