diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3a4a55f..b487785 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 = "7" structopt = "0.3" swc_atoms = "0.6.5" swc_common = "0.33.10"