Merge pull request #2763 from coreos/dependabot/cargo/cxx-build-1.0.45

build(deps): bump cxx-build from 1.0.42 to 1.0.45
This commit is contained in:
Luca Bruno 2021-04-19 08:37:54 +00:00 committed by GitHub
commit 44dbfd1fcd
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

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

View File

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