update clap used in sync-server
This commit is contained in:
committed by
Dustin J. Mitchell
parent
5f2d82dc72
commit
645c6bf13f
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user