From fb3637439f477d5009840dcc7aee785e29892437 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:39:48 +0000 Subject: [PATCH] chore(deps): update rust crate parse_datetime to 0.7.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29b14b9a8..957a797e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1275,7 +1275,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -1614,9 +1614,9 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8720474e3dd4af20cea8716703498b9f3b690f318fa9d9d9e2e38eaf44b96d0" +checksum = "ae130e79b384861c193d6016a46baa2733a6f8f17486eb36a5c098c577ce01e8" dependencies = [ "chrono", "nom", diff --git a/Cargo.toml b/Cargo.toml index ea87ccea7..963051fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -316,7 +316,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.6.0" +parse_datetime = "0.7.0" phf = "0.11.2" phf_codegen = "0.11.2" platform-info = "2.0.3"