diff --git a/Cargo.toml b/Cargo.toml index 191953d..dfa43d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = {version = "1.0", default-features = false, optional = true} serde_derive = {version = "1.0", optional = true} serde_json = {version = "1.0", optional = true} termimad = {version = "0.21", optional = true} -clap = {version = "3.1.6", features = ["derive"], optional = true} +clap = {version = "4.1.9", features = ["derive"], optional = true} [target.'cfg(unix)'.dev-dependencies] core_affinity = "0.8.0"