diff --git a/Cargo.lock b/Cargo.lock index 06aa82290b..3c7237c115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -368,9 +368,9 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "cmake" -version = "0.1.50" +version = "0.1.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" +checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a" dependencies = [ "cc", ] diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 8c0d7b1345..cb84d1e956 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -14,7 +14,7 @@ name = "libdnf_sys" path = "lib.rs" [build-dependencies] -cmake = "0.1.50" +cmake = "0.1.51" system-deps = "7.0" anyhow = "1.0" cxx-build = "1.0.128"