diff --git a/Cargo.lock b/Cargo.lock index 4c4815bee..5f8bddf94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1156,9 +1156,9 @@ dependencies = [ [[package]] name = "humantime_to_duration" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcf364c7a07c8beae52fdab733304ceceeb9213f4137d938a17bae365a0136f9" +checksum = "714764645f21cc70c4c151d7798dd158409641f37ad820bed65224aae403cbed" dependencies = [ "regex", "time", diff --git a/Cargo.toml b/Cargo.toml index 243487096..c5d2a760b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -286,7 +286,7 @@ fundu = "0.5.1" gcd = "2.3" glob = "0.3.1" half = "2.2" -humantime_to_duration = "0.2.0" +humantime_to_duration = "0.2.1" indicatif = "0.17" is-terminal = "0.4.6" itertools = "0.10.5"