diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e047056..282a077 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -10,7 +10,7 @@ loader = { path = "../loader" } vm = { path = "../vm" } rt = { path = "../rt" } -clap = { version = "3.1.2", features = ["derive"] } +clap = { version = "4.5.47", features = ["derive"] } prettytable-rs = "0.10" anyhow = { version = "1.0", features = ["backtrace"] } better-panic = "0.3.0"