From a8062047e0721bc18155fd07cc9cf0294b0c1cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:10:22 +0000 Subject: [PATCH] chore(deps): update wasm-encoder requirement from 0.216.0 to 0.219.1 --- 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 d1a6188..b104407 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.216.0", features = ["wasmparser"]} +wasm-encoder = {version = "0.219.1", features = ["wasmparser"]} wasmparser = {version = "0.219.1"} extism-manifest = {version = "1", optional = true} extism = {version = "1", optional = true}