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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-10-19 08:35:40 +00:00
committed by Mihai Dinculescu
parent a46e9860a3
commit 165432874b
2 changed files with 4 additions and 119 deletions

View File

@@ -11,7 +11,7 @@ default = []
derive = ["simconnect-sdk-derive"]
[build-dependencies]
bindgen = "0.60"
bindgen = "0.61"
[dependencies]
num_enum = "0.5"