mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
update clap used in sync-server
This commit is contained in:
parent
5f2d82dc72
commit
645c6bf13f
2 changed files with 171 additions and 72 deletions
|
@ -15,7 +15,7 @@ thiserror = "1.0"
|
|||
futures = "^0.3.25"
|
||||
serde = "^1.0.147"
|
||||
serde_json = "^1.0"
|
||||
clap = { version = "^4.0.18", features = ["string"] }
|
||||
clap = { version = "^4.2.0", features = ["string"] }
|
||||
log = "^0.4.17"
|
||||
env_logger = "^0.10.0"
|
||||
rusqlite = { version = "0.29", features = ["bundled"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue