From 484085d23c03e36e1b53d7064e83cb2c62e67033 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 14:13:43 +0000 Subject: [PATCH] chore(deps): update rust crate parse_datetime to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8b4d7b..128da98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ uucore = "0.1.0" uuid = { version = "1.16.0", features = ["rng-rand"] } windows = { version = "0.61.1" } xattr = "1.3.1" -parse_datetime = "0.10.0" +parse_datetime = "0.11.0" [dependencies] clap = { workspace = true }