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] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-02-19 17:55:43 +00:00 committed by OpenShift Merge Robot
parent 927e02100f
commit 380ebc5ada
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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]