From a6a73d9e38ed8b7831f24db5b05a30c0aab9d404 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 09:03:40 +0000 Subject: [PATCH] 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] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- rust/libdnf-sys/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c1515a5..96c905ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 4cf752e3..f49ae959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 72cf9b38..88d23a87 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" links = "dnf" [dependencies] -cxx = "1.0.48" +cxx = "1.0.49" glib = "0.10.3" [lib]