From 42e3cba560b815135779ebdcc00765aa684daadb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:18:20 +0800 Subject: [PATCH] chore(deps): update bindgen requirement in /libvnc-sys (#4) 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.69.4...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 bcd57ab..d6a654f 100644 --- a/libvnc-sys/Cargo.toml +++ b/libvnc-sys/Cargo.toml @@ -14,7 +14,7 @@ exclude = ["compile_commands.json"] [build-dependencies] -bindgen = "0.69.4" +bindgen = "0.70.0" cc = "1.0.95" pkg-config = "0.3.30" cmake = "0.1.50"