diff --git a/src/uu/dmesg/Cargo.toml b/src/uu/dmesg/Cargo.toml index 75536aa..10ef636 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.11.0" +parse_datetime = { workspace = true } [features] fixed-boot-time = []