From 8622893ca9ed459c99b338926aaab233191898c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:15:16 +0000 Subject: [PATCH] [chore(cargo)](deps): Bump wit-bindgen from 0.11.0 to 0.12.0 Bumps [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/wit-bindgen-0.11.0...wit-bindgen-0.12.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 65 ++++++++++++++++++++---------- homestar-functions/add/Cargo.toml | 2 +- homestar-functions/test/Cargo.toml | 2 +- 3 files changed, 45 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95413de3d..4e34fa8df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6792,19 +6792,28 @@ 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-metadata" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08dc59d1fa569150851542143ca79438ca56845ccb31696c70225c638e063471" +checksum = "9fab01638cbecc57afec7b53ce0e28620b44d7ae1dea53120c96dd08486c07ce" dependencies = [ "anyhow", "indexmap 2.0.0", "serde", "serde_json", "spdx", - "wasm-encoder 0.32.0", - "wasmparser 0.112.0", + "wasm-encoder 0.33.1", + "wasmparser 0.113.1", ] [[package]] @@ -6837,6 +6846,16 @@ dependencies = [ "semver", ] +[[package]] +name = "wasmparser" +version = "0.113.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a128cea7b8516703ab41b10a0b1aa9ba18d0454cd3792341489947ddeee268db" +dependencies = [ + "indexmap 2.0.0", + "semver", +] + [[package]] name = "wasmprinter" version = "0.2.64" @@ -7660,9 +7679,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8a3e8e965dc50e6eb4410d9a11720719fadc6a1713803ea5f3be390b81c8279" +checksum = "b4f7c5d6f59ae013fc4c013c76eab667844a46e86b51987acb71b1e32953211a" dependencies = [ "bitflags 2.4.0", "wit-bindgen-rust-macro", @@ -7670,20 +7689,20 @@ dependencies = [ [[package]] name = "wit-bindgen-core" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77255512565dfbd0b61de466e854918041d1da53c7bc049d6188c6e02643dc1e" +checksum = "7f0371c47784e7559efb422f74473e395b49f7101725584e2673657e0b4fc104" dependencies = [ "anyhow", "wit-component", - "wit-parser 0.11.0", + "wit-parser 0.11.1", ] [[package]] name = "wit-bindgen-rust" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399c60e6ea8598d1380e792f13d557007834f0fb799fea6503408cbc5debb4ae" +checksum = "eeab5a09a85b1641690922ce05d79d868a2f2e78e9415a5302f58b9846fab8f1" dependencies = [ "anyhow", "heck", @@ -7695,9 +7714,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-lib" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9fb7a43c7dc28b0b727d6ae01bf369981229b7539e768fba2b7a4df13feeeb" +checksum = "a13c89c9c1a93e164318745841026f63f889376f38664f86a7f678930280e728" dependencies = [ "heck", "wit-bindgen-core", @@ -7705,9 +7724,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44cea5ed784da06da0e55836a6c160e7502dbe28771c2368a595e8606243bf22" +checksum = "a70c97e09751a9a95a592bd8ef84e953e5cdce6ebbfdb35ceefa5cc511da3b71" dependencies = [ "anyhow", "proc-macro2", @@ -7720,9 +7739,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.14.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d9f2d16dd55d1a372dcfd4b7a466ea876682a5a3cb97e71ec9eef04affa876" +checksum = "af872ef43ecb73cc49c7bd2dd19ef9117168e183c78cf70000dca0e14b6a5473" dependencies = [ "anyhow", "bitflags 2.4.0", @@ -7730,10 +7749,10 @@ dependencies = [ "log", "serde", "serde_json", - "wasm-encoder 0.32.0", + "wasm-encoder 0.33.1", "wasm-metadata", - "wasmparser 0.112.0", - "wit-parser 0.11.0", + "wasmparser 0.113.1", + "wit-parser 0.11.1", ] [[package]] @@ -7770,9 +7789,9 @@ dependencies = [ [[package]] name = "wit-parser" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e8b849bea13cc2315426b16efe6eb6813466d78f5fde69b0bb150c9c40e0dc" +checksum = "1dcd022610436a1873e60bfdd9b407763f2404adf7d1cb57912c7ae4059e57a5" dependencies = [ "anyhow", "id-arena", @@ -7780,6 +7799,8 @@ dependencies = [ "log", "pulldown-cmark 0.9.3", "semver", + "serde", + "serde_json", "unicode-xid", "url", ] diff --git a/homestar-functions/add/Cargo.toml b/homestar-functions/add/Cargo.toml index 7433f8c66..d22976912 100644 --- a/homestar-functions/add/Cargo.toml +++ b/homestar-functions/add/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } rust-version = { workspace = true } [dependencies] -wit-bindgen = "0.11" +wit-bindgen = "0.12" [lib] doc = false diff --git a/homestar-functions/test/Cargo.toml b/homestar-functions/test/Cargo.toml index 1d4e95c41..82729aa1a 100644 --- a/homestar-functions/test/Cargo.toml +++ b/homestar-functions/test/Cargo.toml @@ -7,7 +7,7 @@ rust-version = { workspace = true } [dependencies] image = { version = "0.24", default-features = false, features = ["png"] } -wit-bindgen = "0.11" +wit-bindgen = "0.12" [dev-dependencies] image = { version = "0.24", default-features = false, features = [