From 84494f753ecbd3bbc71a4fb427a8c9b3da4b7141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 11:01:00 +0000 Subject: [PATCH] chore(deps): update rust crate parse_datetime to 0.6.0 --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c664a82f1..ddbd8b0bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,11 +1619,12 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bbf4e25b13841080e018a1e666358adfe5e39b6d353f986ca5091c210b586a1" +checksum = "a8720474e3dd4af20cea8716703498b9f3b690f318fa9d9d9e2e38eaf44b96d0" dependencies = [ "chrono", + "nom", "regex", ] diff --git a/Cargo.toml b/Cargo.toml index ab1374507..384de6cb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -304,7 +304,7 @@ num-traits = "0.2.19" number_prefix = "0.4" once_cell = "1.19.0" onig = { version = "~6.4", default-features = false } -parse_datetime = "0.5.0" +parse_datetime = "0.6.0" phf = "0.11.2" phf_codegen = "0.11.2" platform-info = "2.0.3"