diff --git a/Cargo.lock b/Cargo.lock index 90861c07c4..c190e7269d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,9 +563,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.133" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afa390d956ee7ccb41aeed7ed7856ab3ffb4fc587e7216be7e0f83e949b4e6c" +checksum = "66fd8f17ad454fc1e4f4ab83abffcc88a532e90350d3ffddcb73030220fcbd52" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 9d91323784..c9a6b95cac 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" cmake = "0.1.52" system-deps = "7.0" anyhow = "1.0" -cxx-build = "1.0.133" +cxx-build = "1.0.135" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]