From c65424c60bd3487d5090c6b84ea769d39de541fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 18:09:18 +0000 Subject: [PATCH] Update bindgen requirement from ~0.62.0 to ~0.63.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.62.0...v0.63.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 5f5cc05..6fa5df8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ exclude = [ cfg-if = "^1.0.0" [build-dependencies] -bindgen = { version = "~0.62.0", optional = true } +bindgen = { version = "~0.63.0", optional = true } [dev-dependencies] version-sync = "~0.9.2"