From f87eb628b0303652cb6649bc937810893a22c79f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 07:31:36 +0000 Subject: [PATCH] Bump cbindgen from 0.11.1 to 0.12.0 Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.11.1 to 0.12.0. - [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.11.1...v0.12.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- src/minion-ffi/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 082851ad..e0d99ec1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,9 +261,9 @@ dependencies = [ [[package]] name = "cbindgen" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9cc2c99da3dca10bed56232afbd314af93aaa3afa43a9ff0ac59090b3f2a990" +checksum = "3d94e15ad254cde8d71f12f8eeab1aa7ea997f02849f8eba4e81e6e7f46592b2" dependencies = [ "log 0.4.8", "proc-macro2 1.0.6", diff --git a/src/minion-ffi/Cargo.toml b/src/minion-ffi/Cargo.toml index 4db8b7a0..b18e4c1c 100644 --- a/src/minion-ffi/Cargo.toml +++ b/src/minion-ffi/Cargo.toml @@ -11,4 +11,4 @@ crate-type = ["cdylib", "staticlib"] minion = {path = "../minion"} [build-dependencies] -cbindgen = { version = "0.11.1", default-features = false } +cbindgen = { version = "0.12.0", default-features = false }