From 1930795a769aab2b5c69fb76eedeed4724189536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:18:04 +0000 Subject: [PATCH] Bump cmake from 0.1.50 to 0.1.52 Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.50 to 0.1.52. - [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.52) --- 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 8c7421848..d545152b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "cmake" -version = "0.1.50" +version = "0.1.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" +checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e" dependencies = [ "cc", ] diff --git a/rust-bindings/Cargo.toml b/rust-bindings/Cargo.toml index ad2f7bbad..800bb38bb 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.52" [dev-dependencies] hex = "0.4.3"