Update cbindgen requirement from 0.25 to 0.26

Updates the requirements on [cbindgen](https://github.com/mozilla/cbindgen) to permit the latest version.
- [Release notes](https://github.com/mozilla/cbindgen/releases)
- [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/mozilla/cbindgen/compare/v0.25.0...0.26.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-09-14 03:55:00 +00:00
committed by GitHub
parent 922a8f9e7d
commit f09b68c7dc
+1 -1
View File
@@ -19,4 +19,4 @@ default = []
ffi-headers = ["cbindgen"]
[build-dependencies]
cbindgen = { version = "0.25", optional = true }
cbindgen = { version = "0.26", optional = true }