Update cbindgen requirement from 0.24 to 0.25

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/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-28 03:39:23 +00:00
committed by GitHub
parent d8af231b99
commit 710d854cd6
+1 -1
View File
@@ -19,4 +19,4 @@ default = []
ffi-headers = ["cbindgen"] ffi-headers = ["cbindgen"]
[build-dependencies] [build-dependencies]
cbindgen = { version = "0.24", optional = true } cbindgen = { version = "0.25", optional = true }