diff --git a/Cargo.lock b/Cargo.lock index 9c1515a5..de77439e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.47" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71eebccc091f362a95d89a9182e16a8b325947299d460493ba7a13d98d12803" +checksum = "8f5bde7453f995f4edcbe37c653dbc434018a4fda5941b3437005a36f69b156a" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 72cf9b38..5a2ed03f 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" cmake = "0.1.45" system-deps = "3.1" anyhow = "1.0" -cxx-build = "1.0.47" +cxx-build = "1.0.49" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]