From d03aad84642dd9ff0f44a50ad38009172a9b9901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 08:43:37 +0000 Subject: [PATCH] Bump cbindgen from 0.14.4 to 0.14.5 (#489) Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.14.4 to 0.14.5. - [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.14.4...v0.14.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- utils/cgen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f6dbad6c342d4..71a9bef89d3cac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,9 +212,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" [[package]] name = "cbindgen" -version = "0.14.4" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e783d38a7700989e0209d0b0ed224c34ade92d3603da0cf15dc502ebada685a6" +checksum = "0ddecdc62f915fce487fae1f599cc4cdccd6588d3402c537b77510afea66f7b2" dependencies = [ "clap", "heck", diff --git a/utils/cgen/Cargo.toml b/utils/cgen/Cargo.toml index 62b44bdd32126b..cec54033e8b43f 100644 --- a/utils/cgen/Cargo.toml +++ b/utils/cgen/Cargo.toml @@ -6,4 +6,4 @@ publish = false edition = "2018" [dependencies] -cbindgen = "=0.14.4" +cbindgen = "=0.14.5"