From afdf2336a4a8fca62edf2a52a6c58eb188118846 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 04:37:02 +0000 Subject: [PATCH] Update bindgen requirement from 0.55.1 to 0.59.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.55.1...v0.59.1) Signed-off-by: dependabot-preview[bot] --- foundationdb-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundationdb-sys/Cargo.toml b/foundationdb-sys/Cargo.toml index 6e727f10..6df23002 100644 --- a/foundationdb-sys/Cargo.toml +++ b/foundationdb-sys/Cargo.toml @@ -39,4 +39,4 @@ fdb-6_2 = [] [dependencies] [build-dependencies] -bindgen = "0.55.1" +bindgen = "0.59.1"