From da74f020250047ff181aed821de3303443b352d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:17:08 +0000 Subject: [PATCH] Bump cmake from 0.1.54 to 0.1.57 Bumps [cmake](https://github.com/rust-lang/cmake-rs) from 0.1.54 to 0.1.57. - [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.54...v0.1.57) --- updated-dependencies: - dependency-name: cmake dependency-version: 0.1.57 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++---- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df85713..6da4798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -39,10 +39,11 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "cc" -version = "1.2.25" +version = "1.2.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951" +checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" dependencies = [ + "find-msvc-tools", "shlex", ] @@ -74,9 +75,9 @@ dependencies = [ [[package]] name = "cmake" -version = "0.1.54" +version = "0.1.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" +checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" dependencies = [ "cc", ] @@ -87,6 +88,12 @@ version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +[[package]] +name = "find-msvc-tools" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" + [[package]] name = "glob" version = "0.3.2" diff --git a/Cargo.toml b/Cargo.toml index 27053f1..bd06c12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ libc = "0.2.172" [build-dependencies] bindgen = "0.71.1" cc = "1.2.25" -cmake = "0.1.54" +cmake = "0.1.57" pkg-config = "0.3.32"