update to clap-4.x

This commit is contained in:
Dustin J. Mitchell
2022-10-01 23:36:46 +00:00
parent 898ccd8797
commit 9e6be07e24
3 changed files with 21 additions and 25 deletions

View File

@@ -15,7 +15,7 @@ thiserror = "1.0"
futures = "^0.3.24"
serde = "^1.0.145"
serde_json = "^1.0"
clap = "^4.0.4"
clap = { version = "^4.0.4", features = ["string"] }
log = "^0.4.17"
env_logger = "^0.9.1"
rusqlite = { version = "0.28", features = ["bundled"] }