From 36ef9b8ca254eed82cf7e663bf0bc397485e130f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 06:29:45 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.42 to 1.0.45 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.42 to 1.0.45. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.42...1.0.45) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/libdnf-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a31375b1..f345c760 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,9 +261,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.42" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6030e088c895e111cdc8cd00d5b207cdbde94049e3563450b73313dec2f25981" +checksum = "8f38db9960b263e02f437cbf623e635c4ef7591e4c8cd82bd0670056fd6c6906" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 41dc025c..469b1e0f 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.42" +cxx-build = "1.0.45" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]