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",