diff --git a/Cargo.lock b/Cargo.lock index 1d6508ed14..b4caf3823d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1979,9 +1979,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-date-parser" -version = "0.1.2" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5cbf96a7157cc349eeafe4595e4f283c3fcab73b5a656d8b2cc00a870a74e1a" +checksum = "1116cf4debfe770c12168458321c4a8591b71c4c19f7100de07c84cf81701c63" dependencies = [ "chrono", "pest", diff --git a/Cargo.toml b/Cargo.toml index 5ac98485e5..e951daef93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ filesize = "0.2" filetime = "0.2" fuzzy-matcher = "0.3" heck = "0.5.0" -human-date-parser = "0.1.1" +human-date-parser = "0.2.0" indexmap = "2.5" indicatif = "0.17" interprocess = "2.2.0"