Bump bindgen from 0.60.1 to 0.61.0

Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.60.1 to 0.61.0.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.60.1...v0.61.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
This commit is contained in:
dependabot[bot]
2022-10-17 03:03:23 +00:00
committed by lifegpc
parent 4feff0415b
commit 085890319b
2 changed files with 4 additions and 66 deletions

View File

@@ -46,7 +46,7 @@ urlparse = "0.7"
utf16string = { version= "0.2", optional = true }
[build-dependencies]
bindgen = { version = "0.60", optional = true }
bindgen = { version = "0.61", optional = true }
cmake = { version = "0.1", optional = true }
[features]