From b30301df31926766d55dd59577663079fe70a622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:01:56 +0000 Subject: [PATCH] Update bindgen requirement from 0.63.0 to 0.65.1 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.65.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- num-format-windows/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/num-format-windows/Cargo.toml b/num-format-windows/Cargo.toml index 6214ed4..f1f5d68 100644 --- a/num-format-windows/Cargo.toml +++ b/num-format-windows/Cargo.toml @@ -18,4 +18,4 @@ build = "build.rs" include = ["build.rs", "Cargo.toml", "src/**/*", "wrapper.h"] [build-dependencies] -bindgen = "0.63.0" +bindgen = "0.65.1"