update to clap-4.x
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user