build(deps): bump cxx-build from 1.0.47 to 1.0.49

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-06 09:03:49 +00:00 committed by GitHub
parent 13dcc5950b
commit 221796a4ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -291,9 +291,9 @@ dependencies = [
[[package]] [[package]]
name = "cxx-build" name = "cxx-build"
version = "1.0.47" version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f71eebccc091f362a95d89a9182e16a8b325947299d460493ba7a13d98d12803" checksum = "8f5bde7453f995f4edcbe37c653dbc434018a4fda5941b3437005a36f69b156a"
dependencies = [ dependencies = [
"cc", "cc",
"codespan-reporting", "codespan-reporting",

View File

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