From 7f78fb1332c00296340139c19991410c3a73e1a1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 04:35:16 +0000 Subject: [PATCH] Update bindgen requirement from 0.55.1 to 0.57.0 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.57.0) 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..95c0d2e6 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.57.0"