This commit is contained in:
Xyon 2025-05-02 23:54:16 +01:00
parent fb74ae27bd
commit 04cd52f7e4
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
built = { version = "0.6.0", features = ["git2", "chrono"] }
built = { version = "0.8.0", features = ["git2", "chrono"] }
[dependencies]
built = { version = "0.6.0", features = ["git2", "chrono"] }
built = { version = "0.8.0", features = ["git2", "chrono"] }
chrono = "0.4.26"
chrono-tz = "0.8.3"
clap = "4.3.4"