From fcc3569592ccfcd8b3087e7297a45830d375d31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:25:11 +0000 Subject: [PATCH] chore(deps): update wasm-encoder requirement from 0.219.1 to 0.222.0 --- updated-dependencies: - dependency-name: wasm-encoder dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96c3ba6..d0c95ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "A library to help generate WebAssembly" [dependencies] anyhow = "1.0.71" -wasm-encoder = {version = "0.219.1", features = ["wasmparser"]} +wasm-encoder = {version = "0.222.0", features = ["wasmparser"]} wasmparser = {version = "0.219.1"} extism-manifest = {version = "1", optional = true} extism = {version = "1", optional = true}