From 5b94160433372970bc2a8067242643b3befd86c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:51:18 +0000 Subject: [PATCH] Update bindgen requirement from 0.68.1 to 0.69.2 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.2) --- 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..101bd6a 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.2", features = ["prettyplease", "runtime"], default-features = false } pkg-config = "0.3.22"