From 761bafa130a61ce76b1e73b54d7130d31adcb9f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 17:55:49 +0800 Subject: [PATCH] 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] 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 3dafa9b..7a47e5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -409,9 +409,9 @@ dependencies = [ [[package]] name = "dateparser" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63256433b74eaddb73000f877bd9f4e6cea389bb7f64f349c6eb272044aa6a71" +checksum = "c9e12a21fe97a29f5ae9cb6770419711f180d3715a039b500b5ff7ab45bb00c4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7c21e24..9087a35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }