From a6c1754227bd5f715beaac9da05063bee5b4efbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:17:36 +0000 Subject: [PATCH] deps(deps): update cbindgen requirement from 0.26 to 0.29 Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version. - [Release notes](https://github.com/mozilla/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/main/CHANGES) - [Commits](https://github.com/mozilla/cbindgen/compare/0.26.0...v0.29.2) --- updated-dependencies: - dependency-name: cbindgen dependency-version: 0.29.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- shadowfs-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowfs-ffi/Cargo.toml b/shadowfs-ffi/Cargo.toml index 752d4bc..b9bbe61 100644 --- a/shadowfs-ffi/Cargo.toml +++ b/shadowfs-ffi/Cargo.toml @@ -17,4 +17,4 @@ tracing.workspace = true thiserror.workspace = true [build-dependencies] -cbindgen = "0.26" \ No newline at end of file +cbindgen = "0.29" \ No newline at end of file