From 5e7a063cd508208e943f6d7fcfb39545e0bd9ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 04:57:34 +0000 Subject: [PATCH] Update bindgen requirement from 0.65 to 0.66 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.65.0...v0.66.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 4de56885..9e0eab0b 100644 --- a/gdal-sys/Cargo.toml +++ b/gdal-sys/Cargo.toml @@ -14,6 +14,6 @@ links="gdal" libc = "0.2" [build-dependencies] -bindgen = { version = "0.65", optional = true } +bindgen = { version = "0.66", optional = true } pkg-config = "0.3" semver = "1.0"