build(deps): bump cxx from 1.0.48 to 1.0.49

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-06 09:03:40 +00:00 committed by GitHub
parent 13dcc5950b
commit a6a73d9e38
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

@ -279,9 +279,9 @@ dependencies = [
[[package]]
name = "cxx"
version = "1.0.48"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b53ffa1d2355414f3a0d7345e5191e77dca352c66a21486c8bfae33c5f470a47"
checksum = "65369ae12626651c9d8c5ca8b44ffdb9fe7ba710508074d2997315d2fe4f4276"
dependencies = [
"cc",
"cxxbridge-flags",
@ -306,15 +306,15 @@ dependencies = [
[[package]]
name = "cxxbridge-flags"
version = "1.0.48"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34560513bcf81a14fb75fbf2d2636bf144c75ece86fec9787ae1e3f5c92c2619"
checksum = "f9198d12d90c4a743fa06d45901ea419b81f250ad8f97635763cfaa791429ba1"
[[package]]
name = "cxxbridge-macro"
version = "1.0.48"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c47326a5dd27a59d1a5c79bb4f3c46e30e7bc07a78f185112a83c4e270a0dd"
checksum = "63138f3cc0d24ef4c5a71e0def78e5375bd52d17a58cefc645b091c361dc7c3e"
dependencies = [
"proc-macro2",
"quote",

View File

@ -31,7 +31,7 @@ camino = "1.0.4"
chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.33.3"
curl = "0.4.36"
cxx = "1.0.48"
cxx = "1.0.49"
envsubst = "0.2.0"
env_logger = "0.8.3"
fn-error-context = "0.1.2"

View File

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