1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #4858 from uutils/renovate/humantime_to_duration-0.x

chore(deps): update rust crate humantime_to_duration to 0.2.1
This commit is contained in:
Daniel Hofstetter 2023-05-12 17:47:26 +02:00 committed by GitHub
commit 1d0b3553c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1156,9 +1156,9 @@ dependencies = [
[[package]] [[package]]
name = "humantime_to_duration" name = "humantime_to_duration"
version = "0.2.0" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf364c7a07c8beae52fdab733304ceceeb9213f4137d938a17bae365a0136f9" checksum = "714764645f21cc70c4c151d7798dd158409641f37ad820bed65224aae403cbed"
dependencies = [ dependencies = [
"regex", "regex",
"time", "time",

View file

@ -286,7 +286,7 @@ fundu = "0.5.1"
gcd = "2.3" gcd = "2.3"
glob = "0.3.1" glob = "0.3.1"
half = "2.2" half = "2.2"
humantime_to_duration = "0.2.0" humantime_to_duration = "0.2.1"
indicatif = "0.17" indicatif = "0.17"
is-terminal = "0.4.6" is-terminal = "0.4.6"
itertools = "0.10.5" itertools = "0.10.5"