From 01fa1e4b190a296d91071bc3cded460e798d8184 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 05:42:44 +0000 Subject: [PATCH] Bump cbindgen from 0.12.2 to 0.13.0 Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.12.2 to 0.13.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.12.2...v0.13.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 d73280ab..741c7915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "cbindgen" -version = "0.12.2" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1595ec41c4ad8109ad17eb2e38fa52af1244b2321c02144176b5aef0655d5f8e" +checksum = "e21019c4afc1dd5f5ab3ce212d8ccb953f43520db79e0bb6438f3e26cc57dccf" dependencies = [ "log 0.4.8", "proc-macro2 1.0.8", diff --git a/src/minion-ffi/Cargo.toml b/src/minion-ffi/Cargo.toml index 47b668db..fcdf7bc2 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.12.2", default-features = false } +cbindgen = { version = "0.13.0", default-features = false }