diff --git a/Cargo.toml b/Cargo.toml index 52ead6e..d9f1bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ required-features = ["async-std-runtime", "testing"] [dependencies] async-channel = { version = "2.3", optional = true } -clap = { version = "3.2", optional = true } +clap = { version = "4.5", optional = true } futures = "0.3" inventory = { version = "0.3", optional = true } once_cell = "1.14"