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"] }