From c025185455698e7231e1fd72f274b0127a86ff0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:35:39 +0000 Subject: [PATCH] chore(deps): update wizer requirement from 4 to 6 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...v6.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 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"