build(deps): bump cxx-build from 1.0.46 to 1.0.47
Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.46...1.0.47) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
178e2200e9
commit
bdd1a656db
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -267,9 +267,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxx-build"
|
name = "cxx-build"
|
||||||
version = "1.0.46"
|
version = "1.0.47"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "773012f0cc8a0d4fa96c884664eea2589b78bb53adfd566df80715335fb0c9fa"
|
checksum = "f71eebccc091f362a95d89a9182e16a8b325947299d460493ba7a13d98d12803"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"codespan-reporting",
|
"codespan-reporting",
|
||||||
@ -1570,9 +1570,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "1.0.68"
|
version = "1.0.71"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87"
|
checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -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.46"
|
cxx-build = "1.0.47"
|
||||||
|
|
||||||
# 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]
|
||||||
|
Loading…
Reference in New Issue
Block a user