From 13d72630ba822053fbd06ece2b24d24d31947473 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:09:10 +0000 Subject: [PATCH] build(deps): bump cbindgen from 0.24.3 to 0.24.5 Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.24.3 to 0.24.5. - [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.5) --- updated-dependencies: - dependency-name: cbindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bindings/c/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5b16a8e51e0..395ea50978cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cbindgen" -version = "0.24.3" +version = "0.24.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6358dedf60f4d9b8db43ad187391afe959746101346fe51bb978126bec61dfb" +checksum = "4b922faaf31122819ec80c4047cc684c6979a087366c069611e33649bf98e18d" dependencies = [ "clap 3.2.23", "heck", diff --git a/bindings/c/Cargo.toml b/bindings/c/Cargo.toml index 26a2c8a227a4..d7b9dbe47b88 100644 --- a/bindings/c/Cargo.toml +++ b/bindings/c/Cargo.toml @@ -32,7 +32,7 @@ crate-type = ["cdylib", "staticlib"] doc = false [build-dependencies] -cbindgen = "0.24.0" +cbindgen = "0.24.5" [dependencies] bytes = "1.4.0"