Bump cbindgen from 0.14.2 to 0.14.4 (#372)

Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.14.2 to 0.14.4.
- [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.2...v0.14.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-08-31 08:26:09 +00:00 committed by GitHub
parent 8e1bff0a72
commit 92457f774c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -212,9 +212,9 @@ checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]] [[package]]
name = "cbindgen" name = "cbindgen"
version = "0.14.2" version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "104ca409bbff8293739438c71820a2606111b5f8f81835536dc673dfd807369e" checksum = "e783d38a7700989e0209d0b0ed224c34ade92d3603da0cf15dc502ebada685a6"
dependencies = [ dependencies = [
"clap", "clap",
"heck", "heck",

View File

@ -6,4 +6,4 @@ publish = false
edition = "2018" edition = "2018"
[dependencies] [dependencies]
cbindgen = "=0.14.2" cbindgen = "=0.14.4"