From aec666067b30ce7a40b4dda64f71772957b4d8a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:59:14 +0000 Subject: [PATCH] Update bindgen requirement from 0.56.0 to 0.65.1 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.65.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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..3e480ca 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.65.1" cc = "1.0.50"