From a552900a1213df52caf79117faf26db32e0006d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:21:40 +0000 Subject: [PATCH] chore(deps): update wizer requirement from 4 to 7 Updates the requirements on [wizer](https://github.com/bytecodealliance/wizer) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wizer/releases) - [Commits](https://github.com/bytecodealliance/wizer/compare/v4.0.0...v7.0.0) --- updated-dependencies: - dependency-name: wizer dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"