From 44b5d244911cdfc0eaa32d62680ac0ae0201e3ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:08:49 +0800 Subject: [PATCH] Update bindgen requirement from 0.69 to 0.70 (#93) 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.0...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> --- mupdf-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mupdf-sys/Cargo.toml b/mupdf-sys/Cargo.toml index fa6860b..e35c93e 100644 --- a/mupdf-sys/Cargo.toml +++ b/mupdf-sys/Cargo.toml @@ -87,7 +87,7 @@ epub = [] tesseract = [] [build-dependencies] -bindgen = { version = "0.69", default-features = false, features = ["runtime"] } +bindgen = { version = "0.70", default-features = false, features = ["runtime"] } cc = "1.0.50" pkg-config = "0.3"