Skip to content

Commit 727e944

Browse files
dependabot[bot]avrabe
authored andcommitted
rust/file-ops(deps): update wit-bindgen requirement
Updates the requirements on [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](bytecodealliance/wit-bindgen@v0.46.0...v0.47.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.47.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4a92626 commit 727e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/file_operations_component/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
wit-bindgen = "0.46.0"
12+
wit-bindgen = "0.47.0"
1313
anyhow = "1.0"
1414
serde = "1.0"
1515
serde_json = "1.0"

0 commit comments

Comments
 (0)