mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

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.
9 lines
170 B
TOML
9 lines
170 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.4.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
taskchampion-lib = { path = "../src/tc/lib" }
|
|
regex.workspace = true
|