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"