From 0136cdf15dd588392344eebef3164bef9915902d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 06:47:43 +0000 Subject: [PATCH] chore(deps): update wasmparser requirement from 0.219.1 to 0.221.2 --- updated-dependencies: - dependency-name: wasmparser 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..5b51f25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ description = "A library to help generate WebAssembly" [dependencies] anyhow = "1.0.71" wasm-encoder = {version = "0.219.1", features = ["wasmparser"]} -wasmparser = {version = "0.219.1"} +wasmparser = {version = "0.221.2"} extism-manifest = {version = "1", optional = true} extism = {version = "1", optional = true} wasmtime = {version = ">= 16.0.0, < 27.0.0", optional = true}