From 380ebc5ada55c248d52893e74ed0de452b68871b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Feb 2021 17:55:43 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.31 to 1.0.32 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.31...1.0.32) 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 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]