From c15f0a8f89f98517e59c5f1963457be97d2ee78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 22:11:54 +0000 Subject: [PATCH] rust/file-ops(deps): update wit-bindgen-rt requirement Updates the requirements on [wit-bindgen-rt](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-rt 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..4c0a5133 100644 --- a/tools/file_operations_component/Cargo.toml +++ b/tools/file_operations_component/Cargo.toml @@ -17,7 +17,7 @@ walkdir = "2.3" filetime = "0.2" [dependencies.wit-bindgen-rt] -version = "0.43.0" +version = "0.44.0" features = ["bitflags"] [package.metadata.component]