From b8df717133521053bf5e34320cd3a61ab237b39c Mon Sep 17 00:00:00 2001 From: fiplox <56274824+fiplox@users.noreply.github.com> Date: Mon, 31 May 2021 17:58:05 +0200 Subject: [PATCH] update dependencies --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"