diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 0437a4b..601fa5d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -12,7 +12,7 @@ path = "src/main.rs" [dependencies] anyhow = { workspace = true } -wizer = "4" +wizer = "6" structopt = "0.3" swc_atoms = "0.6.5" swc_common = "0.33.10"