diff --git a/Cargo.lock b/Cargo.lock index 855498cf..d1f98b36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,9 +271,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69c0ba9a6c36216f1cd3cb6aedc605ca22feb9fc64d9a1b76099a9e368fa553d" +checksum = "3a522551c3abc23ae8359f4cabdd49851dc3c67fb27f295cf181dd0afdb0f538" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 056b441b..d011c67d 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" cmake = "0.1.45" system-deps = "3.0" anyhow = "1.0" -cxx-build = "1.0.30" +cxx-build = "1.0.32" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]