From f3fcc100c71d8a93fb47700a9f031e6c9025a826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 05:06:18 +0000 Subject: [PATCH] Update cbindgen requirement from 0.20 to 0.23 Updates the requirements on [cbindgen](https://github.com/eqrion/cbindgen) to permit the latest version. - [Release notes](https://github.com/eqrion/cbindgen/releases) - [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/eqrion/cbindgen/compare/v0.20.0...v0.23.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 2aa3e15..bfee90e 100644 --- a/ffi/Cargo.toml +++ b/ffi/Cargo.toml @@ -28,4 +28,4 @@ default = [] ffi-headers = ["cbindgen"] [build-dependencies] -cbindgen = { version = "0.20", optional = true } +cbindgen = { version = "0.23", optional = true }