diff --git a/Cargo.lock b/Cargo.lock index cf0a0b1..9ef6f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,9 +371,9 @@ dependencies = [ [[package]] name = "dateparser" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dcee48ba66b79ba92dab399f218228f98c5d601ca85127fbc1ad60caf237d8" +checksum = "63256433b74eaddb73000f877bd9f4e6cea389bb7f64f349c6eb272044aa6a71" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8c64f3b..1213ec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ atty = "0.2" c_fixed_string = { version = "0.2", optional = true } cfg-if = "1" chrono = "0.4" -dateparser = "0.1.6" +dateparser = "0.1.7" derive_more = "0.99" fancy-regex = "0.10" flagset = { version = "0.4", optional = true }