From b22cc4c3e72260d3e53b574369da3c7c5165e78a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:20:49 -0700 Subject: [PATCH] chore(deps): update wasm-encoder requirement from 0.201.0 to 0.202.0 (#17) --- updated-dependencies: - dependency-name: wasm-encoder dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b663029..6903930 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.201.0", features = ["wasmparser"]} +wasm-encoder = {version = "0.202.0", features = ["wasmparser"]} wasmparser = {version = "0.201.0"} extism-manifest = {version = "1", optional = true} extism = {version = "1", optional = true}