From f74a3de375f70b15fd62c3f04aa6c0d8db5ea86f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:39:00 +0000 Subject: [PATCH] chore(deps): update rust crate parse_datetime to 0.13.0 --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c98f7c7..4f5b42d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,13 +795,12 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.11.0" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b77d27257a460cefd73a54448e5f3fd4db224150baf6ca3e02eedf4eb2b3e9" +checksum = "acea383beda9652270f3c9678d83aa58cbfc16880343cae0c0c8c7d6c0974132" dependencies = [ - "chrono", + "jiff", "num-traits", - "regex", "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index e2efeee..480a2c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ libmount-sys = "0.1.1" linux-raw-sys = { version = "0.12.0", features = ["ioctl"] } md-5 = "0.10.6" nix = { version = "0.30", default-features = false } -parse_datetime = "0.11.0" +parse_datetime = "0.13.0" phf = "0.13.0" phf_codegen = "0.13.0" rand = { version = "0.9.0", features = ["small_rng"] }