From f302c0588ae78a5cab12d8b5790100053b8ee790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 15:09:30 +0800 Subject: [PATCH] Bump bindgen from 0.62.0 to 0.63.0 (#366) Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.62.0 to 0.63.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67f57a5..6931b3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -114,9 +114,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] name = "bindgen" -version = "0.62.0" +version = "0.63.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6720a8b7b2d39dd533285ed438d458f65b31b5c257e6ac7bb3d7e82844dd722" +checksum = "36d860121800b2a9a94f9b5604b332d5cffb234ce17609ea479d723dbc9d3885" dependencies = [ "bitflags", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index fae8c11..a5d0759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ urlparse = "0.7" utf16string = { version= "0.2", optional = true } [build-dependencies] -bindgen = { version = "0.62", optional = true } +bindgen = { version = "0.63", optional = true } cmake = { version = "0.1", optional = true } [features]