update dependencies

This commit is contained in:
fiplox 2021-05-31 17:58:05 +02:00
parent f9fc6ea5f7
commit b8df717133
1 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
anyhow = "1.0.34" anyhow = "1.0.40"
chrono = "0.4.19" chrono = "0.4.19"
walkdir = "2.3.1" walkdir = "2.3.2"
clap = "2.33.3" clap = "2.33.3"
dialoguer = "0.7.1" dialoguer = "0.8.0"
fstream = "0.1.2" fstream = "0.1.2"
termimad = "0.9.1" termimad = "0.10.3"
crossterm = "0.17.7" crossterm = "0.19.0"