From c76abe946dad6221807dc4452cb31914485bf6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 05:51:55 +0000 Subject: [PATCH] Update cbindgen requirement from 0.24 to 0.26 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.24.0...0.26.0) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml index 3b8a9af..8a81075 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -28,4 +28,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.24", optional = true } +cbindgen = { version = "0.26", optional = true }