Bump dateparser from 0.1.6 to 0.1.7 (#194)

Bumps [dateparser](https://github.com/waltzofpearls/belt) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/waltzofpearls/belt/releases)
- [Commits](https://github.com/waltzofpearls/belt/compare/v0.1.6...v0.1.7)

---
updated-dependencies:
- dependency-name: dateparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-19 12:27:47 +08:00
committed by GitHub
parent c808ce41f0
commit 73dbf8c445
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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 }