Update the clap dependency

No not that clap.
This commit is contained in:
Robbert van der Helm
2023-03-01 23:15:02 +01:00
parent ed4054b0cf
commit b1b3ee6e21
3 changed files with 86 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ assert_no_alloc = { git = "https://github.com/robbert-vdh/rust-assert-no-alloc.g
# some crates do use it and others don't
baseview = { git = "https://github.com/RustAudio/baseview.git", rev = "7001c2521fa1a439a01967cb881b411cd75d9ee0", features = ["opengl"], optional = true }
# All the claps!
clap = { version = "3.2", features = ["derive"], optional = true }
clap = { version = "4.1.8", features = ["derive", "wrap_help"], optional = true }
cpal = { version = "0.15", optional = true }
jack = { version = "0.11.4", optional = true }
midir = { version = "0.9.1", optional = true }