build(deps): bump cxx from 1.0.41 to 1.0.43

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-12 07:03:01 +00:00 committed by Colin Walters
parent 33e317ca23
commit 89d4e2dcf1
3 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@ -249,9 +249,9 @@ dependencies = [
[[package]]
name = "cxx"
version = "1.0.41"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e3676b55f0940b8bda1b5572565de145fba36f2d3d52161a0cac0d50ed9682"
checksum = "3cc3eba3154bde2c5f34594cd14756869ff38bc41518a68ba9c2076eb4c06323"
dependencies = [
"cc",
"cxxbridge-flags",
@ -276,15 +276,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
version = "1.0.41"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9298b94e5700ce538cf937e17e60a1d98967fa957f74e9e83ff93f18aece8692"
checksum = "3adafb86feaa53658955880b59cb7f4a40943a718d8841778d0ef03019c33ccc"
[[package]]
name = "cxxbridge-macro"
version = "1.0.41"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "797f58b486d6d9579f6ddc2138c6ac0cfcc0be482e93464e1d9a1df5014dd5c6"
checksum = "c453104df5e01eef11ddac02f69b794a62e115ee0b9f71d82e8ab80ac6efd427"
dependencies = [
"proc-macro2",
"quote",

View File

@ -30,7 +30,7 @@ c_utf8 = "0.1.0"
chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.33.3"
curl = "0.4.35"
cxx = "1.0.41"
cxx = "1.0.43"
envsubst = "0.2.0"
fn-error-context = "0.1.1"
gio = "0.9.1"

View File

@ -6,7 +6,7 @@ edition = "2018"
links = "dnf"
[dependencies]
cxx = "1.0.41"
cxx = "1.0.43"
glib = "0.10.3"
[lib]