From 1f3ea00d3339f0d5dfa70755f9a0e804acf1a97d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:40:07 +0000 Subject: [PATCH] chore(deps): update rust crate humantime_to_duration to 0.1.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b9b88451..90af50e20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1156,9 +1156,9 @@ dependencies = [ [[package]] name = "humantime_to_duration" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d564881e1f668089d5653740167844f6ca8af54cd56bd6951f3dca85ba354fc" +checksum = "46276b15cd421d8262968eb5c3a075ae4a40bd787762ca0ddfead00fd5f6fbce" dependencies = [ "regex", "time", diff --git a/Cargo.toml b/Cargo.toml index 622b3a7c2..bae5080da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -286,7 +286,7 @@ fundu = "0.5.0" gcd = "2.3" glob = "0.3.1" half = "2.2" -humantime_to_duration = "0.1.2" +humantime_to_duration = "0.1.3" indicatif = "0.17" is-terminal = "0.4.6" itertools = "0.10.5"