1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 05:57:46 +00:00

Update parse_datetime to 0.5.0 (#5313)

This commit is contained in:
Daniel Clarke 2023-10-01 12:01:46 -04:00 committed by GitHub
parent 3d015826b9
commit c27fcc4084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 31 deletions

4
Cargo.lock generated
View file

@ -1499,9 +1499,9 @@ dependencies = [
[[package]]
name = "parse_datetime"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fecceaede7767a9a98058687a321bc91742eff7670167a34104afb30fc8757df"
checksum = "3bbf4e25b13841080e018a1e666358adfe5e39b6d353f986ca5091c210b586a1"
dependencies = [
"chrono",
"regex",