From f03fad6eccf1e414fd3780a7866ef40b42fb31f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 00:19:16 +0000 Subject: [PATCH] Update bindgen requirement from 0.52 to 0.63 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/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.52.0...v0.63.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libplacebo-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libplacebo-sys/Cargo.toml b/libplacebo-sys/Cargo.toml index 28a7e73..38d2d14 100644 --- a/libplacebo-sys/Cargo.toml +++ b/libplacebo-sys/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" license = "MIT" [build-dependencies] -bindgen = "0.52" +bindgen = "0.63" system-deps = "1.3" [dev-dependencies]