From e3057b6e054d261cc424cf60d705e5d7b51321fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:44:11 +0000 Subject: [PATCH] Bump cmake from 0.1.57 to 0.1.58 Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.57 to 0.1.58. - [Release notes](https://github.com/rust-lang/cmake-rs/releases) - [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cmake-rs/compare/v0.1.57...v0.1.58) --- updated-dependencies: - dependency-name: cmake dependency-version: 0.1.58 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 26e8d3a0..432617c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "cmake" -version = "0.1.57" +version = "0.1.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" +checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" dependencies = [ "cc", ] diff --git a/rust_bindings/Cargo.toml b/rust_bindings/Cargo.toml index ffcd4e99..f24b6a4e 100644 --- a/rust_bindings/Cargo.toml +++ b/rust_bindings/Cargo.toml @@ -13,7 +13,7 @@ link-cplusplus = "1.0.12" [build-dependencies] bindgen = "0.72.1" -cmake = "0.1.57" +cmake = "0.1.58" [dev-dependencies] hex = "0.4.3"