From 7c619cf7568ba2ba27761e7bed748a03a7128a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 04:02:03 +0000 Subject: [PATCH] Update bindgen requirement from 0.63 to 0.64 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.63.0...v0.64.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gdal-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdal-sys/Cargo.toml b/gdal-sys/Cargo.toml index ea43c14b8..945deb821 100644 --- a/gdal-sys/Cargo.toml +++ b/gdal-sys/Cargo.toml @@ -12,6 +12,6 @@ rust-version = "1.58" libc = "0.2" [build-dependencies] -bindgen = { version = "0.63", optional = true } +bindgen = { version = "0.64", optional = true } pkg-config = "0.3" semver = "1.0"