From 0d50e127eff6da3afe3345c4f51d91c9398f62eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:05:01 +0000 Subject: [PATCH] Update bindgen requirement from =0.54.0 to =0.54.1 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.54.0...v0.54.1) Signed-off-by: dependabot[bot] --- pgx-pg-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgx-pg-sys/Cargo.toml b/pgx-pg-sys/Cargo.toml index 75c042bae..6ace043ef 100644 --- a/pgx-pg-sys/Cargo.toml +++ b/pgx-pg-sys/Cargo.toml @@ -15,7 +15,7 @@ memoffset = "0.5.5" pgx-macros = { path = "../pgx-macros/", version="0.0.4" } [build-dependencies] -bindgen = "=0.54.0" +bindgen = "=0.54.1" build-deps = "0.1.4" num_cpus = "1.13.0" clang = "0.24.0"