Bump dateparser from 0.1.7 to 0.1.8 (#466)

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

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

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]
2023-03-13 17:55:49 +08:00
committed by GitHub
parent f0c03c1097
commit 761bafa130
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ bytes = { version = "1.3", optional = true }
c_fixed_string = { version = "0.2", optional = true }
cfg-if = "1"
chrono = "0.4"
dateparser = "0.1.7"
dateparser = "0.1.8"
derive_more = "0.99"
fancy-regex = "0.10"
flagset = { version = "0.4", optional = true }