Update cbindgen requirement from 0.15 to 0.16 (#7)

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.15.0...v0.16.0)

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-12-21 19:27:55 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 0e606e930b
commit 96690f0b01
+1 -1
View File
@@ -19,4 +19,4 @@ default = []
ffi-headers = ["cbindgen"]
[build-dependencies]
cbindgen = { version = "0.15", optional = true }
cbindgen = { version = "0.16", optional = true }