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