From e8db825a809194a9012fe9d9c68e91762e37d4b2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 17:15:21 +0000 Subject: [PATCH] Update bindgen requirement from 0.55.1 to 0.56.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.56.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..b15139de 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.56.0"