From 443b6f02c0b49664c080eccfd72e4bde8c607fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 05:32:36 +0000 Subject: [PATCH] Update bindgen requirement from 0.68.1 to 0.69.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.68.1...v0.69.4) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 eee5062..d7f550b 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.68.1", features = ["prettyplease", "runtime"], default-features = false } +bindgen = { version = "0.69.4", features = ["prettyplease", "runtime"], default-features = false } pkg-config = "0.3.22"