diff --git a/Cargo.lock b/Cargo.lock index 8ecdb0bc..2e994a75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -989,13 +989,12 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.11.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b77d27257a460cefd73a54448e5f3fd4db224150baf6ca3e02eedf4eb2b3e9" +checksum = "503fd4c8b0685e5eb32a8276533611f63e3b44768e9e8724e73f6852c2542f82" dependencies = [ - "chrono", + "jiff", "num-traits", - "regex", "winnow", ] @@ -2275,9 +2274,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.15" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" +checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 40a96aa0..e6c36643 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ libmount-sys = "0.1.1" linux-raw-sys = { version = "0.12.0", features = ["ioctl"] } md-5 = "0.11.0" nix = { version = "0.31", default-features = false } -parse_datetime = "0.11.0" +parse_datetime = "0.16.0" phf = "0.14.0" phf_codegen = "0.14.0" rand = { version = "0.10.0" }