From 8505568c5ed4287304d2fb8bacce5a0885c665c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 17:02:53 +0000 Subject: [PATCH] Update bindgen requirement from 0.62 to 0.63 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.62.0...v0.63.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 4575467..0f9ff8d 100644 --- a/lxc-sys/Cargo.toml +++ b/lxc-sys/Cargo.toml @@ -14,4 +14,4 @@ links = "lxc" [dependencies] [build-dependencies] -bindgen = "0.62" +bindgen = "0.63"