Make the cli crate depend on workspace clap (#9507)

This fixes an outstanding TODO.

---------

Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
This commit is contained in:
Tobias Decking 2024-03-18 20:00:37 +01:00 committed by GitHub
parent 7c0a0e21ab
commit df94906508
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 90 additions and 202 deletions

View file

@ -18,9 +18,8 @@ path = "src/main.rs"
[dependencies]
anyhow.workspace = true
# TODO: Use workspace version of `clap`.
clap = { version = "3.1", features = ["derive"] }
ipc-channel = "0.16"
clap.workspace = true
ipc-channel = "0.18"
serde.workspace = true
util.workspace = true