From ee149bad90d96688a4b8f7ebe43723a34b55dcb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:59:10 +0000 Subject: [PATCH] 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](https://github.com/bytecodealliance/wit-bindgen/compare/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] --- tools/file_operations_component/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/file_operations_component/Cargo.toml b/tools/file_operations_component/Cargo.toml index 7d55428d..6d582659 100644 --- a/tools/file_operations_component/Cargo.toml +++ b/tools/file_operations_component/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" crate-type = ["cdylib"] [dependencies] -wit-bindgen = "0.44.0" +wit-bindgen = "0.45.0" anyhow = "1.0" serde = "1.0" serde_json = "1.0"