From 4e76b9d4406c70940161833891940d08bf75b57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:32:05 +0100 Subject: [PATCH] Update bindgen requirement from 0.63.0 to 0.64.0 (#91) 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/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.63.0...v0.64.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f26f9879..5ed99f2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ name = "dmesg" path = "src/dmesg.rs" [build-dependencies] -bindgen = { version = "0.63.0", default-features = false, features = ["runtime"] } +bindgen = { version = "0.64.0", default-features = false, features = ["runtime"] }