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 <aram@poor.dev>

Co-authored-by: Aram Drevekenin <aram@poor.dev>
This commit is contained in:
Artem Polishchuk
2020-06-18 21:26:25 +03:00
committed by GitHub
parent b204ec6304
commit 03f2fe164a
169 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ license = "MIT"
edition = "2018"
[dependencies]
tui = "0.5"
tui = "0.8"
termion = "1.5"
failure = "0.1"
walkdir = "2"
@@ -18,5 +18,5 @@ structopt = "0.3"
filesize = "0.2.0"
[dev-dependencies]
insta = "0.12.0"
cargo-insta = "0.11.0"
insta = "0.16.0"
cargo-insta = "0.16.0"

Some files were not shown because too many files have changed in this diff Show More