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"