diff --git a/Cargo.lock b/Cargo.lock index c8418bf..d86528c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -616,9 +616,9 @@ dependencies = [ [[package]] name = "parse_datetime" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bffd1156cebf13f681d7769924d3edfb9d9d71ba206a8d8e8e7eb9df4f4b1e7" +checksum = "2fd3830b49ee3a0dcc8fdfadc68c6354c97d00101ac1cac5b2eee25d35c42066" dependencies = [ "chrono", "nom 8.0.0", diff --git a/src/uu/dmesg/Cargo.toml b/src/uu/dmesg/Cargo.toml index f6cb126..2938f0e 100644 --- a/src/uu/dmesg/Cargo.toml +++ b/src/uu/dmesg/Cargo.toml @@ -17,7 +17,7 @@ regex = { workspace = true } serde_json = { workspace = true } serde = { workspace = true } chrono = "0.4.38" -parse_datetime = "0.8.0" +parse_datetime = "0.9.0" [features] fixed-boot-time = []