build(deps): bump cxx from 1.0.43 to 1.0.45

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 06:29:58 +00:00 committed by GitHub
parent 19e40a8708
commit c4b66a0e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.43"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc3eba3154bde2c5f34594cd14756869ff38bc41518a68ba9c2076eb4c06323"
checksum = "1df22fb672a4905d3fd41622c88fdbe96239eb2681543a27f7e30fcac6be581f"
dependencies = [
"cc",
"cxxbridge-flags",
@ -276,15 +276,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
version = "1.0.43"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3adafb86feaa53658955880b59cb7f4a40943a718d8841778d0ef03019c33ccc"
checksum = "4843a490837f655a368bc0e1f9d882f196476667e4bd24256dfded3c3a8fcf68"
[[package]]
name = "cxxbridge-macro"
version = "1.0.43"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c453104df5e01eef11ddac02f69b794a62e115ee0b9f71d82e8ab80ac6efd427"
checksum = "648701a9d0f39711cb34776797d8ae0f7ec463761f2e1d78ddf73218728eb722"
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.43"
cxx = "1.0.45"
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.43"
cxx = "1.0.45"
glib = "0.10.3"
[lib]