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:
parent
b2c68b3309
commit
cc8adac055
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -249,9 +249,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxx"
|
name = "cxx"
|
||||||
version = "1.0.33"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3ebb4da3a1e3855cbbfd706a2e975772b5c7ed21160963a3d1e20d46b2a30956"
|
checksum = "0ffbbac6e77fe2141cefee186fe2262232cd9a4eb0649740b171a9e43630338b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"cxxbridge-flags",
|
"cxxbridge-flags",
|
||||||
@ -276,15 +276,15 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxxbridge-flags"
|
name = "cxxbridge-flags"
|
||||||
version = "1.0.33"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ca851e37356d1cb7594f30c298816043440ee5a563721df522b6eb7629877263"
|
checksum = "24d77c89feb59c3a7c081a849e192f9d5be69c5dad09a8ebaaef6cbec0f5b892"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cxxbridge-macro"
|
name = "cxxbridge-macro"
|
||||||
version = "1.0.33"
|
version = "1.0.40"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d2caab709d9dda63cec64911388e932387baadbf01241810381a0b8134829ad5"
|
checksum = "4b922e2fe8224def2e4e80849b9d8dbe4e7ef5088042a191cb888f95ab73908b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -30,7 +30,7 @@ c_utf8 = "0.1.0"
|
|||||||
chrono = { version = "0.4.19", features = ["serde"] }
|
chrono = { version = "0.4.19", features = ["serde"] }
|
||||||
clap = "2.33.3"
|
clap = "2.33.3"
|
||||||
curl = "0.4.35"
|
curl = "0.4.35"
|
||||||
cxx = "1.0.33"
|
cxx = "1.0.40"
|
||||||
envsubst = "0.2.0"
|
envsubst = "0.2.0"
|
||||||
fn-error-context = "0.1.1"
|
fn-error-context = "0.1.1"
|
||||||
gio = "0.9.1"
|
gio = "0.9.1"
|
||||||
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||||||
links = "dnf"
|
links = "dnf"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cxx = "1.0.33"
|
cxx = "1.0.40"
|
||||||
glib = "0.10.3"
|
glib = "0.10.3"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user