date: remove chrono from Cargo.toml

This commit is contained in:
Daniel Hofstetter
2025-10-27 21:41:28 +01:00
committed by Sylvestre Ledru
parent 46042c552b
commit 15cecc933f
3 changed files with 0 additions and 3 deletions
Generated
-1
View File
@@ -3321,7 +3321,6 @@ dependencies = [
name = "uu_date"
version = "0.3.0"
dependencies = [
"chrono",
"clap",
"fluent",
"jiff",
-1
View File
@@ -1590,7 +1590,6 @@ dependencies = [
name = "uu_date"
version = "0.3.0"
dependencies = [
"chrono",
"clap",
"fluent",
"jiff",
-1
View File
@@ -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",