From 376de50d2ba6ab4e1d4b72596552c2647f9067a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:12:52 +0000 Subject: [PATCH] chore(deps): update bindgen requirement in /libvnc-sys 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/commits) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libvnc-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvnc-sys/Cargo.toml b/libvnc-sys/Cargo.toml index d81a4f5..688afeb 100644 --- a/libvnc-sys/Cargo.toml +++ b/libvnc-sys/Cargo.toml @@ -14,7 +14,7 @@ exclude = ["compile_commands.json"] [build-dependencies] -bindgen = "0.70.0" +bindgen = "0.71.0" cc = "1.0.95" pkg-config = "0.3.30" cmake = "0.1.52"