diff --git a/Cargo.lock b/Cargo.lock index 7feac218..a38488fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -977,13 +977,12 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.11.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5b77d27257a460cefd73a54448e5f3fd4db224150baf6ca3e02eedf4eb2b3e9" +checksum = "f15dc0ed203652fed0fc0e2b4de76bca160565afe16507973df55e6407b84353" dependencies = [ - "chrono", + "jiff", "num-traits", - "regex", "winnow", ] @@ -2241,9 +2240,9 @@ checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" [[package]] name = "winnow" -version = "0.7.15" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" +checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index f9129a8c..dcc1609f 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.15.0" phf = "0.14.0" phf_codegen = "0.14.0" rand = { version = "0.10.0" }