From 818638e3fa8ec744c78949e52e225875993215b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 17:01:32 +0000 Subject: [PATCH] Update bindgen requirement from 0.63 to 0.64 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] --- lxc-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-sys/Cargo.toml b/lxc-sys/Cargo.toml index 0f9ff8d..7669cfd 100644 --- a/lxc-sys/Cargo.toml +++ b/lxc-sys/Cargo.toml @@ -14,4 +14,4 @@ links = "lxc" [dependencies] [build-dependencies] -bindgen = "0.63" +bindgen = "0.64"