From 86e0f037b3815bafb2175d455206e8265d8c4163 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 7 Feb 2023 22:03:35 +0000
Subject: [PATCH] Update bindgen requirement from 0.56.0 to 0.64.0

Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.56.0...v0.64.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 popcap_framework-sys/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popcap_framework-sys/Cargo.toml b/popcap_framework-sys/Cargo.toml
index 5f5dafa..9f4538d 100644
--- a/popcap_framework-sys/Cargo.toml
+++ b/popcap_framework-sys/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2018"
 [dependencies]
 
 [build-dependencies]
-bindgen = "0.56.0"
+bindgen = "0.64.0"
 cc = "1.0.50"