From ccbb34b090cdb1fb088440d2e00434e6a801d161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:34:56 +0000 Subject: [PATCH] chore(deps): Bump the wit group with 3 updates Bumps the wit group with 3 updates: [wit-bindgen-core](https://github.com/bytecodealliance/wit-bindgen), [wit-component](https://github.com/bytecodealliance/wasm-tools) and [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen). Updates `wit-bindgen-core` from 0.56.0 to 0.57.1 - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.56.0...v0.57.1) Updates `wit-component` from 0.246.2 to 0.247.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wit-bindgen` from 0.56.0 to 0.57.1 - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.56.0...v0.57.1) --- updated-dependencies: - dependency-name: wit-bindgen-core dependency-version: 0.57.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wit - dependency-name: wit-component dependency-version: 0.247.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wit - dependency-name: wit-bindgen dependency-version: 0.57.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wit ... Signed-off-by: dependabot[bot] --- Cargo.lock | 52 +++++++++---------- cmd/gravity/Cargo.toml | 6 +-- examples/basic/Cargo.toml | 4 +- .../iface-method-returns-string/Cargo.toml | 4 +- examples/instructions/Cargo.toml | 4 +- examples/records/Cargo.toml | 4 +- examples/regressions/Cargo.toml | 4 +- 7 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4178511..d90e1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.95" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "arcjet-gravity" @@ -83,9 +83,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.8.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" +checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" [[package]] name = "clap" @@ -233,9 +233,9 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" [[package]] name = "hashbrown" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" dependencies = [ "foldhash", ] @@ -270,9 +270,9 @@ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "indexmap" -version = "2.13.0" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" dependencies = [ "equivalent", "hashbrown", @@ -613,9 +613,9 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.246.2" +version = "0.247.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61fb705ce81adde29d2a8e99d87995e39a6e927358c91398f374474746070ef7" +checksum = "30b6733b8b91d010a6ac5b0fb237dc46a19650bc4c67db66857e2e787d437204" dependencies = [ "leb128fmt", "wasmparser", @@ -623,9 +623,9 @@ dependencies = [ [[package]] name = "wasm-metadata" -version = "0.246.2" +version = "0.247.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3e4c2aa916c425dcca61a6887d3e135acdee2c6d0ed51fd61c08d41ddaf62b1" +checksum = "665fe59e56cc9b419ca6fcca56673e3421d1a5011e3b65caf6b726fd9e041d10" dependencies = [ "anyhow", "indexmap", @@ -635,9 +635,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.246.2" +version = "0.247.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71cde4757396defafd25417cfb36aa3161027d06d865b0c24baaae229aac005d" +checksum = "8e6fb4c2bee46c5ea4d40f8cdb5c131725cd976718ec56f1c8e82fbde5fa2a80" dependencies = [ "bitflags", "hashbrown", @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.56.0" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7607d30e7e5e8fd5a0695f7cb8b2128829e0bf9dca7a1fe8c4d6ed3ca1058fce" +checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" dependencies = [ "bitflags", "wit-bindgen-rust-macro", @@ -754,9 +754,9 @@ dependencies = [ [[package]] name = "wit-bindgen-core" -version = "0.56.0" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda3a4ce47c08d27f575d451a60102bab5251776abd0a7a323d1f038eb6339ab" +checksum = "02dee27a2dc20d1008016c742ec9fc6ea498492994ba3750be7454cbc97ff04c" dependencies = [ "anyhow", "heck", @@ -765,9 +765,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" -version = "0.56.0" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "920a1c8c0f89397431db4900a7bf7c511b78e1b7068289fe812dc76e993f1491" +checksum = "b5007dae772945b7a5003d69d90a3a4a78929d41f19d004e980c4259a6af4484" dependencies = [ "anyhow", "heck", @@ -781,9 +781,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" -version = "0.56.0" +version = "0.57.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "857a143d2373abfcd31ad946393efe775ed8c90a2a365ce73c61bf38f36a1000" +checksum = "af9237d678e3513ad24e96fe98beacdc0db6405284ba2a2400418cf0d42caa89" dependencies = [ "anyhow", "macro-string", @@ -797,9 +797,9 @@ dependencies = [ [[package]] name = "wit-component" -version = "0.246.2" +version = "0.247.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1936c26cb24b93dc36bf78fb5dc35c55cd37f66ecdc2d2663a717d9fb3ee951e" +checksum = "9d567162a6b9843080e5e0053f696623ff694bae8ae017c9ec536d1873bbe3d8" dependencies = [ "anyhow", "bitflags", @@ -816,9 +816,9 @@ dependencies = [ [[package]] name = "wit-parser" -version = "0.246.2" +version = "0.247.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd979042b5ff288607ccf3b314145435453f20fc67173195f91062d2289b204d" +checksum = "8ffe4064318cdf3c08cb99343b44c039fcefe61ccdf58aa9975285f13d74d1fc" dependencies = [ "anyhow", "hashbrown", diff --git a/cmd/gravity/Cargo.toml b/cmd/gravity/Cargo.toml index 662d209..3a3803d 100644 --- a/cmd/gravity/Cargo.toml +++ b/cmd/gravity/Cargo.toml @@ -27,8 +27,8 @@ test = false [dependencies] clap = "=4.6.1" genco = "=0.19.0" -wit-bindgen-core = "=0.56.0" -wit-component = "=0.246.2" +wit-bindgen-core = "=0.57.1" +wit-component = "=0.247.0" [dev-dependencies] # Cutting out `filesystem` feature @@ -36,4 +36,4 @@ trycmd = { version = "=1.2.0", default-features = false, features = [ "color-auto", "diff", ] } -wit-bindgen = "=0.56.0" +wit-bindgen = "=0.57.1" diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index 31daee4..aa19fa6 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "=0.56.0" -wit-component = "=0.246.2" +wit-bindgen = "=0.57.1" +wit-component = "=0.247.0" diff --git a/examples/iface-method-returns-string/Cargo.toml b/examples/iface-method-returns-string/Cargo.toml index 0b4997b..8d6071b 100644 --- a/examples/iface-method-returns-string/Cargo.toml +++ b/examples/iface-method-returns-string/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "0.56.0" -wit-component = "0.246.2" +wit-bindgen = "0.57.1" +wit-component = "0.247.0" diff --git a/examples/instructions/Cargo.toml b/examples/instructions/Cargo.toml index 3377dee..8b22fd5 100644 --- a/examples/instructions/Cargo.toml +++ b/examples/instructions/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "=0.56.0" -wit-component = "=0.246.2" +wit-bindgen = "=0.57.1" +wit-component = "=0.247.0" diff --git a/examples/records/Cargo.toml b/examples/records/Cargo.toml index 227e300..82f538b 100644 --- a/examples/records/Cargo.toml +++ b/examples/records/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "=0.56.0" -wit-component = "=0.246.2" +wit-bindgen = "=0.57.1" +wit-component = "=0.247.0" diff --git a/examples/regressions/Cargo.toml b/examples/regressions/Cargo.toml index aae6bbe..15a57b9 100644 --- a/examples/regressions/Cargo.toml +++ b/examples/regressions/Cargo.toml @@ -7,5 +7,5 @@ edition = "2024" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "=0.56.0" -wit-component = "=0.246.2" +wit-bindgen = "=0.57.1" +wit-component = "=0.247.0"