From 73dbf8c4454889b47878c7df0df1d87d9dd0f345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:27:47 +0800 Subject: [PATCH] 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }