From 55dfcefb314b04f215af51c313171b46b8919ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 09:25:21 -0700 Subject: [PATCH] chore(deps): bump wasmparser from 0.212.0 to 0.215.0 (#87) Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.212.0 to 0.215.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15e976c..b2eb0f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1944,7 +1944,7 @@ dependencies = [ "wasm-compose", "wasm-metadata", "wasm-opt", - "wasmparser 0.212.0", + "wasmparser 0.215.0", "wasmtime", "wasmtime-wasi", "wit-component", @@ -2150,6 +2150,7 @@ dependencies = [ "hashbrown 0.14.3", "indexmap 2.2.3", "semver", + "serde", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7fde63d..c0d35ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ heck = { version = "0.5" } tokio = { version = "1.39.2", features = ["macros"] } wasmtime = { version = "22.0.0", features = ["component-model"] } wasmtime-wasi = "22.0.0" -wasmparser = "0.212.0" +wasmparser = "0.215.0" [workspace.dependencies] anyhow = "1"