update clap used in sync-server

This commit is contained in:
Dustin J. Mitchell 2023-04-08 09:11:41 -04:00 committed by Dustin J. Mitchell
parent 5f2d82dc72
commit 645c6bf13f
2 changed files with 171 additions and 72 deletions

View file

@ -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"] }