Update Rust crate bindgen to 0.62

This commit is contained in:
renovate[bot] 2022-11-17 05:18:27 +00:00 committed by GitHub
parent b13693b1f0
commit 4879455982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -31,9 +31,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "bindgen"
version = "0.61.0"
version = "0.62.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a"
checksum = "c6720a8b7b2d39dd533285ed438d458f65b31b5c257e6ac7bb3d7e82844dd722"
dependencies = [
"bitflags",
"cexpr",

View file

@ -16,4 +16,4 @@ image = { version = "0.24", default-features = false, features = [ "png", "bmp"
[build-dependencies]
cc = { version = "1", features = ["parallel"] }
bindgen = "0.61"
bindgen = "0.62"