touch: use parse_datetime in Cargo.lock

This commit is contained in:
Daniel Hofstetter 2023-07-03 14:28:39 +02:00
parent af64bde92b
commit e6ec1490aa

12
Cargo.lock generated
View file

@ -1172,16 +1172,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "humantime_to_duration"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "714764645f21cc70c4c151d7798dd158409641f37ad820bed65224aae403cbed"
dependencies = [
"regex",
"time",
]
[[package]]
name = "iana-time-zone"
version = "0.1.53"
@ -3237,7 +3227,7 @@ version = "0.0.19"
dependencies = [
"clap",
"filetime",
"humantime_to_duration",
"parse_datetime",
"time",
"uucore",
"windows-sys 0.48.0",