From a96bffc73c685b796bc8367aba9e69469f65b750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:20:49 +0000 Subject: [PATCH] Bump cmake from 0.1.50 to 0.1.51 Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.50 to 0.1.51. - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cmake-rs/compare/0.1.50...v0.1.51) --- updated-dependencies: - dependency-name: cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust-bindings/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96cf3225a..83bdb0157 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "cmake" -version = "0.1.50" +version = "0.1.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" dependencies = [ "cc", ] diff --git a/rust-bindings/Cargo.toml b/rust-bindings/Cargo.toml index 9496b114d..94b662247 100644 --- a/rust-bindings/Cargo.toml +++ b/rust-bindings/Cargo.toml @@ -13,7 +13,7 @@ link-cplusplus = "1.0.9" [build-dependencies] bindgen = "0.69.4" -cmake = "0.1.50" +cmake = "0.1.51" [dev-dependencies] hex = "0.4.3"