From 6bf40c73944ea0fa5d6553b80821bfca873b92d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:09:53 -0700 Subject: [PATCH] Update cbindgen requirement from 0.26.0 to 0.27.0 (#296) 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/0.26.0...v0.27.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 5fb0c89..c9e508a 100644 --- a/bindings/ffi/Cargo.toml +++ b/bindings/ffi/Cargo.toml @@ -20,5 +20,5 @@ coverage = ["regorus/coverage"] custom_allocator = [] [build-dependencies] -cbindgen = "0.26.0" +cbindgen = "0.27.0" csbindgen = "=1.9.3"