Skip to content

Commit 069acf3

Browse files
authoredDec 10, 2024
build(deps): bump wit-parser from 0.220.0 to 0.221.2
Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.220.0 to 0.221.2. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wit-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e30c878 commit 069acf3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ wit-bindgen-wrpc-go = { version = "0.11", default-features = false, path = "./cr
170170
wit-bindgen-wrpc-rust = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust" }
171171
wit-bindgen-wrpc-rust-macro = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
172172
wit-component = { version = "0.221", default-features = false }
173-
wit-parser = { version = "0.220", default-features = false }
173+
wit-parser = { version = "0.221", default-features = false }
174174
wrpc-cli = { version = "0.5", path = "./crates/cli", default-features = false }
175175
wrpc-introspect = { version = "0.6", default-features = false, path = "./crates/introspect" }
176176
wrpc-runtime-wasmtime = { version = "0.26", path = "./crates/runtime-wasmtime", default-features = false }

0 commit comments

Comments
 (0)