diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ features = ["derive"] cargo-husky = "1" wiremock = "0.5.2" anyhow = "1.0.40" -clap = "3.0.0-beta.2" +clap = { version = "3.0.0-rc.0", features = ["derive"] } skim = "0.9.4" crossbeam-channel = "0.5" toml = "0.5.8" |