build(deps): bump cxx-build from 1.0.32 to 1.0.33

Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.32 to 1.0.33.
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](https://github.com/dtolnay/cxx/compare/1.0.32...1.0.33)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-22 06:50:31 +00:00 committed by Colin Walters
parent 5d5f1d498d
commit e15dba0fd8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -252,9 +252,9 @@ dependencies = [
[[package]]
name = "cxx-build"
version = "1.0.32"
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a522551c3abc23ae8359f4cabdd49851dc3c67fb27f295cf181dd0afdb0f538"
checksum = "06ba5959513f7d1c3332e6221b6101b429e8c5cf6a39da11023d173b8fc1aee7"
dependencies = [
"cc",
"codespan-reporting",

View File

@ -17,7 +17,7 @@ path = "lib.rs"
cmake = "0.1.45"
system-deps = "3.0"
anyhow = "1.0"
cxx-build = "1.0.32"
cxx-build = "1.0.33"
# This currently needs to duplicate the libraries from libdnf
[package.metadata.system-deps]