style: Update bindgen to 0.64

Differential Revision: https://phabricator.services.mozilla.com/D174054
This commit is contained in:
Mike Hommey 2023-03-30 21:05:14 +00:00 committed by Martin Robinson
parent 0748fd9582
commit 38faddd687
2 changed files with 4 additions and 4 deletions

View file

@ -85,7 +85,7 @@ unicode-segmentation = "1.0"
void = "1.0.2"
[build-dependencies]
bindgen = { version = "0.63", optional = true, default-features = false }
bindgen = { version = "0.64", optional = true, default-features = false }
lazy_static = "1"
log = "0.4"
mozbuild = { version = "0.1", optional = true }