mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Include fewer deps (#3489)
Update chrono, and include fewer deps Somewhere in the process of moving TaskChampion back to its own repo, Taskwarrior's `Cargo.toml` ended up containing all of its dependencies, unnecessarily. This included an old version of `chrono` (addressed in https://github.com/GothenburgBitFactory/taskchampion/pull/399). Removing the old version requirement from `Cargo.toml` results in using a newer version, addressing a (benign) security vulnerability.
This commit is contained in:
parent
910860ae1c
commit
f1460013be
2 changed files with 3 additions and 23 deletions
|
@ -4,6 +4,6 @@ version = "0.4.1"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
anyhow.workspace = true
|
||||
taskchampion-lib = { path = "../src/tc/lib" }
|
||||
regex = "^1.10.2"
|
||||
regex.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue