From cad8482bd4cdce6db263dc6733a975c6eb70c3eb Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 1 Aug 2025 16:25:03 +0200 Subject: [PATCH] dmesg: use parse_datetime from workspace --- src/uu/dmesg/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []