From a6a507b59942254f5f2c3af4c8f61707c60d6b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jun 2023 10:04:03 +0000 Subject: [PATCH] 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 ++-- lib/srv/desktop/rdp/rdpclient/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fec19dd8fb138..4677dc76209a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,9 +189,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[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", "heck", diff --git a/lib/srv/desktop/rdp/rdpclient/Cargo.toml b/lib/srv/desktop/rdp/rdpclient/Cargo.toml index aaaac4a3d373c..0fd41f3103af2 100644 --- a/lib/srv/desktop/rdp/rdpclient/Cargo.toml +++ b/lib/srv/desktop/rdp/rdpclient/Cargo.toml @@ -26,7 +26,7 @@ utf16string = "0.2.0" png = "0.17.6" [build-dependencies] -cbindgen = "0.24.3" +cbindgen = "0.24.5" tempfile = "3.4.0" [features]