From c532daf536635560649d66f088faaa6492fc6398 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 07:01:29 +0000 Subject: [PATCH] build(deps): bump cbindgen from 0.24.3 to 0.24.6 Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.24.3 to 0.24.6. - [Release notes](https://github.com/eqrion/cbindgen/releases) - [Changelog](https://github.com/mozilla/cbindgen/blob/master/CHANGES) - [Commits](https://github.com/eqrion/cbindgen/compare/v0.24.3...v0.24.6) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 801213a..af24dad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,9 +140,9 @@ checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" [[package]] name = "cbindgen" -version = "0.24.3" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb" +checksum = "987cbf881b3fbac73b144b05c73a282638f656070c185bec27173154722a027e" dependencies = [ "clap", "heck",