1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 22:17:45 +00:00

chore(deps): update rust crate humantime_to_duration to 0.1.3

This commit is contained in:
renovate[bot] 2023-04-25 13:40:07 +00:00 committed by GitHub
parent 0984097103
commit 1f3ea00d33
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]]
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",