build(deps): update cbindgen requirement from 0.27.0 to 0.28.0 (#361)

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.27.0...0.28.0)

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

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]
2025-03-03 16:23:44 -08:00
committed by GitHub
parent f1580a55a3
commit 11aaa555aa

View File

@@ -20,5 +20,5 @@ coverage = ["regorus/coverage"]
custom_allocator = [] custom_allocator = []
[build-dependencies] [build-dependencies]
cbindgen = "0.27.0" cbindgen = "0.28.0"
csbindgen = "=1.9.3" csbindgen = "=1.9.3"