From b63c88192f95d424c309a9fceaf7a0ba5dd2fe94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:54:37 +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.43.0...v0.44.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.44.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 38804bce..53b6a3aa 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.43.0" +wit-bindgen = "0.44.0" anyhow = "1.0" serde = "1.0" serde_json = "1.0"