From 15cecc933fca46d14afb676e16433695bfe34f97 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 27 Oct 2025 11:26:28 +0100 Subject: [PATCH] date: remove chrono from Cargo.toml --- Cargo.lock | 1 - fuzz/Cargo.lock | 1 - src/uu/date/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f438a080d..b3e0a5071 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3321,7 +3321,6 @@ dependencies = [ name = "uu_date" version = "0.3.0" dependencies = [ - "chrono", "clap", "fluent", "jiff", diff --git a/fuzz/Cargo.lock b/fuzz/Cargo.lock index 1f8eeab9f..9d98bca6f 100644 --- a/fuzz/Cargo.lock +++ b/fuzz/Cargo.lock @@ -1590,7 +1590,6 @@ dependencies = [ name = "uu_date" version = "0.3.0" dependencies = [ - "chrono", "clap", "fluent", "jiff", diff --git a/src/uu/date/Cargo.toml b/src/uu/date/Cargo.toml index 40d5e8dda..9270a4061 100644 --- a/src/uu/date/Cargo.toml +++ b/src/uu/date/Cargo.toml @@ -20,7 +20,6 @@ path = "src/date.rs" [dependencies] clap = { workspace = true } -chrono = { workspace = true } # TODO: Eventually we'll want to remove this jiff = { workspace = true, features = [ "tzdb-bundle-platform", "tzdb-zoneinfo",