Bump bindgen from 0.61.0 to 0.62.0

Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.61.0 to 0.62.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.61.0...v0.62.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-11-17 21:29:43 +00:00
committed by Mihai Dinculescu
parent 63086c5b9b
commit 9f569d49fa
2 changed files with 3 additions and 3 deletions

View File

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