From 06aad3adf133f456dd2a3e605603e760fcee2767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 08:55:14 +0000 Subject: [PATCH] build(deps): bump cxx from 1.0.47 to 1.0.48 Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.47 to 1.0.48. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.47...1.0.48) 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 b150a9ea..6f74fe18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.47" +version = "1.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ead1ae2d9d2a8406a1fd8a3c35d2052c3721de125b67b4a907a18a5a66d52ad1" +checksum = "b53ffa1d2355414f3a0d7345e5191e77dca352c66a21486c8bfae33c5f470a47" dependencies = [ "cc", "cxxbridge-flags", @@ -306,15 +306,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.47" +version = "1.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b6498b5007615afda46909f8c1771013286ccdea01b3135fa7ad470e6070b86" +checksum = "34560513bcf81a14fb75fbf2d2636bf144c75ece86fec9787ae1e3f5c92c2619" [[package]] name = "cxxbridge-macro" -version = "1.0.47" +version = "1.0.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fc0507d89cb428e6952ba47c67da22ddfcb8da5a018ab9e8bb1f7d09895c01c" +checksum = "36c47326a5dd27a59d1a5c79bb4f3c46e30e7bc07a78f185112a83c4e270a0dd" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 19f86c75..2634df35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ c_utf8 = "0.1.0" chrono = { version = "0.4.19", features = ["serde"] } clap = "2.33.3" curl = "0.4.36" -cxx = "1.0.47" +cxx = "1.0.48" 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 d436e47e..72cf9b38 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.47" +cxx = "1.0.48" glib = "0.10.3" [lib]