From 4e605cc510048cc298b712a50fc670c964c9cf4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 16:44:57 +0000 Subject: [PATCH] chore(deps): update rust crate parse_datetime to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56b7c742f..311ad95c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -352,7 +352,7 @@ num-prime = "0.4.4" num-traits = "0.2.19" number_prefix = "0.4" onig = { version = "~6.5.1", default-features = false } -parse_datetime = "0.11.0" +parse_datetime = "0.13.0" phf = "0.13.1" phf_codegen = "0.13.1" platform-info = "2.0.3"