build(deps): bump cxx from 1.0.33 to 1.0.40

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-29 06:46:10 +00:00 committed by GitHub
parent b2c68b3309
commit cc8adac055
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.33"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ebb4da3a1e3855cbbfd706a2e975772b5c7ed21160963a3d1e20d46b2a30956"
checksum = "0ffbbac6e77fe2141cefee186fe2262232cd9a4eb0649740b171a9e43630338b"
dependencies = [
"cc",
"cxxbridge-flags",
@ -276,15 +276,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
version = "1.0.33"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca851e37356d1cb7594f30c298816043440ee5a563721df522b6eb7629877263"
checksum = "24d77c89feb59c3a7c081a849e192f9d5be69c5dad09a8ebaaef6cbec0f5b892"
[[package]]
name = "cxxbridge-macro"
version = "1.0.33"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2caab709d9dda63cec64911388e932387baadbf01241810381a0b8134829ad5"
checksum = "4b922e2fe8224def2e4e80849b9d8dbe4e7ef5088042a191cb888f95ab73908b"
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.33"
cxx = "1.0.40"
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.33"
cxx = "1.0.40"
glib = "0.10.3"
[lib]