From 31304240cd78fd341678c4f784eebd0c8190c987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:51:20 +0000 Subject: [PATCH] chore: update bindgen requirement from 0.60.1 to 0.61.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.60.1...v0.61.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 457a7034a..cb8ecd3c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ humantime = {version = "2.1.0"} # chrono = "0.4.19" [build-dependencies] -bindgen = "0.60.1" +bindgen = "0.61.0" cc = { version = "1.0", features = ["parallel"] } pkg-config = "0.3"