From 11aaa555aa1249910d0ee3ced45d9ea46d88ea04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:23:44 -0800 Subject: [PATCH] build(deps): update cbindgen requirement from 0.27.0 to 0.28.0 (#361) 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/master/CHANGES) - [Commits](https://github.com/mozilla/cbindgen/compare/v0.27.0...0.28.0) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bindings/ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ffi/Cargo.toml b/bindings/ffi/Cargo.toml index 1db2b55..36015f7 100644 --- a/bindings/ffi/Cargo.toml +++ b/bindings/ffi/Cargo.toml @@ -20,5 +20,5 @@ coverage = ["regorus/coverage"] custom_allocator = [] [build-dependencies] -cbindgen = "0.27.0" +cbindgen = "0.28.0" csbindgen = "=1.9.3"