Skip to content

Commit ee149ba

Browse files
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.44.0...v0.45.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.45.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2eea594 commit ee149ba

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.44.0"
12+
wit-bindgen = "0.45.0"
1313
anyhow = "1.0"
1414
serde = "1.0"
1515
serde_json = "1.0"

0 commit comments

Comments
 (0)