From f6fb64c0f7f288da02ab191f88375a0a052bf182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:46:47 +0000 Subject: [PATCH] [chore(cargo)](deps): Bump wit-component from 0.14.2 to 0.16.0 Bumps [wit-component](https://github.com/bytecodealliance/wasm-tools) from 0.14.2 to 0.16.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/wit-component-0.14.2...wit-component-0.16.0) --- updated-dependencies: - dependency-name: wit-component dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 45 ++++------------------------------------ homestar-wasm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc3181a9..42a49a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2538,7 +2538,7 @@ dependencies = [ "wasmtime-component-util 13.0.0", "wasmtime-wasi", "wat", - "wit-component 0.14.2", + "wit-component", ] [[package]] @@ -7006,15 +7006,6 @@ dependencies = [ "leb128", ] -[[package]] -name = "wasm-encoder" -version = "0.33.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b39de0723a53d3c8f54bed106cfbc0d06b3e4d945c5c5022115a61e3b29183ae" -dependencies = [ - "leb128", -] - [[package]] name = "wasm-encoder" version = "0.35.0" @@ -7060,16 +7051,6 @@ dependencies = [ "semver", ] -[[package]] -name = "wasmparser" -version = "0.113.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "286049849b5a5bd09a8773171be96824afabffc7cc3df6caaf33a38db6cd07ae" -dependencies = [ - "indexmap 2.1.0", - "semver", -] - [[package]] name = "wasmparser" version = "0.115.0" @@ -7917,7 +7898,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "565b945ae074886071eccf9cdaf8ccd7b959c2b0d624095bea5fe62003e8b3e0" dependencies = [ "anyhow", - "wit-component 0.16.0", + "wit-component", "wit-parser 0.12.1", ] @@ -7931,7 +7912,7 @@ dependencies = [ "heck", "wasm-metadata", "wit-bindgen-core", - "wit-component 0.16.0", + "wit-component", ] [[package]] @@ -7946,25 +7927,7 @@ dependencies = [ "syn 2.0.33", "wit-bindgen-core", "wit-bindgen-rust", - "wit-component 0.16.0", -] - -[[package]] -name = "wit-component" -version = "0.14.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af872ef43ecb73cc49c7bd2dd19ef9117168e183c78cf70000dca0e14b6a5473" -dependencies = [ - "anyhow", - "bitflags 2.4.0", - "indexmap 2.1.0", - "log", - "serde", - "serde_json", - "wasm-encoder 0.33.1", - "wasm-metadata", - "wasmparser 0.113.3", - "wit-parser 0.11.1", + "wit-component", ] [[package]] diff --git a/homestar-wasm/Cargo.toml b/homestar-wasm/Cargo.toml index 5db9dfb8..f1671238 100644 --- a/homestar-wasm/Cargo.toml +++ b/homestar-wasm/Cargo.toml @@ -49,7 +49,7 @@ wasmtime-wasi = { version = "11.0", default-features = false, features = [ "tokio", ] } wat = "1.0" -wit-component = "0.14" +wit-component = "0.16" [dev-dependencies] criterion = "0.5"