From a3c32c216c5a39cff6682be63436f81eecdf5b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:36:49 +0000 Subject: [PATCH] chore: bump bindgen from 0.68.1 to 0.69.1 Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.68.1 to 0.69.1. - [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.68.1...v0.69.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2621224..207661d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.68.1" +version = "0.69.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" +checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" dependencies = [ "bitflags 2.4.0", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index b390e76e..0c3879ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ humantime = {version = "2.1.0"} # chrono = "0.4.19" [build-dependencies] -bindgen = "0.68.1" +bindgen = "0.69.1" cc = { version = "1.0", features = ["parallel"] } pkg-config = "0.3"