From 25f4855603df34bbfd3c992f853b5805b8a8d918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 18:41:45 +0200 Subject: [PATCH] Update bindgen requirement from 0.64.0 to 0.65.1 (#39) 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.64.0...v0.65.1) --- 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> --- rlottie-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rlottie-sys/Cargo.toml b/rlottie-sys/Cargo.toml index 60b7afb3..cd9b967a 100644 --- a/rlottie-sys/Cargo.toml +++ b/rlottie-sys/Cargo.toml @@ -16,5 +16,5 @@ rust-version = "1.56" links = "rlottie" [build-dependencies] -bindgen = { version = "0.64.0", features = ["runtime"], default-features = false } +bindgen = { version = "0.65.1", features = ["runtime"], default-features = false } pkg-config = "0.3.22"