From f9eebca3b4ac6e7d6c3b6f20cea4a5ed78d9556e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:53:33 +0000 Subject: [PATCH] [chore(cargo)](deps): Bump wasmparser from 0.115.0 to 0.116.1 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.115.0 to 0.116.1. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wasmparser-0.115.0...wasmparser-0.116.1) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +----------- homestar-wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c858554..5daebb0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2626,7 +2626,7 @@ dependencies = [ "tokio", "tracing", "wasi-common", - "wasmparser 0.115.0", + "wasmparser 0.116.1", "wasmtime 13.0.1", "wasmtime-component-util 13.0.1", "wasmtime-wasi", @@ -7564,16 +7564,6 @@ dependencies = [ "semver", ] -[[package]] -name = "wasmparser" -version = "0.115.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e06c0641a4add879ba71ccb3a1e4278fd546f76f1eafb21d8f7b07733b547cd5" -dependencies = [ - "indexmap 2.1.0", - "semver", -] - [[package]] name = "wasmparser" version = "0.116.1" diff --git a/homestar-wasm/Cargo.toml b/homestar-wasm/Cargo.toml index 5db9dfb8..612e45a4 100644 --- a/homestar-wasm/Cargo.toml +++ b/homestar-wasm/Cargo.toml @@ -34,7 +34,7 @@ stacker = "0.1" thiserror = { workspace = true } tracing = { workspace = true } wasi-common = { version = "11.0", default-features = false } -wasmparser = "0.115" +wasmparser = "0.116" wasmtime = { version = "13.0", default-features = false, features = [ "async", "component-model",