From fb6c8b6702f386f1e661ef5935e532eda22d4579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 12:07:19 +0000 Subject: [PATCH] build(deps): bump the wasm-tools-public-types group across 1 directory with 2 updates Bumps the wasm-tools-public-types group with 2 updates in the / directory: [wasmprinter](https://github.com/bytecodealliance/wasm-tools) and [wit-parser](https://github.com/bytecodealliance/wasm-tools). Updates `wasmprinter` from 0.254.0 to 0.259.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wit-parser` from 0.254.0 to 0.259.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmprinter dependency-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools-public-types - dependency-name: wit-parser dependency-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wasm-tools-public-types ... Signed-off-by: dependabot[bot] --- Cargo.lock | 52 +++++++++++++++++++++++++++++++++++++++------------- Cargo.toml | 6 +++--- 2 files changed, 42 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6bf8e6..5f90b9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,7 +1290,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2981,7 +2981,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3055,12 +3055,12 @@ dependencies = [ "tracing-subscriber", "url", "uuid", - "wasmprinter 0.254.0", + "wasmprinter 0.259.0", "wasmtime", "wat", "windows-sys 0.61.2", "wit-component 0.254.0", - "wit-parser 0.254.0", + "wit-parser 0.259.0", "wuff", "zeroize", ] @@ -3374,7 +3374,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3435,7 +3435,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3456,7 +3456,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4277,10 +4277,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -4935,6 +4935,17 @@ dependencies = [ "semver", ] +[[package]] +name = "wasmparser" +version = "0.259.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f7c12eac7bb587801590f6a67ff0bc84d0748513864b71108e4b311cc3df694" +dependencies = [ + "bitflags", + "indexmap", + "semver", +] + [[package]] name = "wasmprinter" version = "0.252.0" @@ -4948,13 +4959,13 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.254.0" +version = "0.259.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64e3ba11e024f504698f87b629b2b66c22a1231758de7607754963f7d198be39" +checksum = "0510ce2ff0ad7c5510ad3dfcb2cedba4cf5d9f7e08d1d06e4d8cf8e5638aef95" dependencies = [ "anyhow", "termcolor", - "wasmparser 0.254.0", + "wasmparser 0.259.0", ] [[package]] @@ -5266,7 +5277,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] @@ -5712,6 +5723,21 @@ dependencies = [ "wasmparser 0.254.0", ] +[[package]] +name = "wit-parser" +version = "0.259.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6390f4f02493ce678d509c859cf1698e38929fb75c8012a6ee2f7d6b6cb66cd7" +dependencies = [ + "anyhow", + "hashbrown 0.17.1", + "id-arena", + "indexmap", + "log", + "semver", + "unicode-ident", +] + [[package]] name = "writeable" version = "0.6.3" diff --git a/Cargo.toml b/Cargo.toml index 9cec912..2613926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,16 +67,16 @@ http-body-util = "0.1.4" tempfile = "3.27.0" tokio = { version = "1.52.3", features = ["test-util"] } tower = { version = "0.5.3", features = ["util"] } -wasmprinter = { version = "=0.254.0", default-features = false, features = ["component-model", "validate"] } +wasmprinter = { version = "=0.259.0", default-features = false, features = ["component-model", "validate"] } wat = "=1.254.0" wit-component = { version = "=0.254.0", default-features = false, features = ["dummy-module"] } -wit-parser = { version = "0.254.0", default-features = false, features = ["std"] } +wit-parser = { version = "0.259.0", default-features = false, features = ["std"] } [build-dependencies] base64 = "0.22.1" ring = "=0.17.14" serde_json = { version = "1.0.150", features = ["unbounded_depth"] } -wasmprinter = { version = "=0.254.0", default-features = false, features = ["component-model", "validate"] } +wasmprinter = { version = "=0.259.0", default-features = false, features = ["component-model", "validate"] } wit-component = { version = "=0.254.0", default-features = false, features = ["dummy-module"] } zeroize = "1.8.2"