From c4b66a0e6612442b5a2c7af77985eb61240d651e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Apr 2021 06:29:58 +0000 Subject: [PATCH] build(deps): bump cxx from 1.0.43 to 1.0.45 Bumps [cxx](https://github.com/dtolnay/cxx) from 1.0.43 to 1.0.45. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.43...1.0.45) 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 a31375b1..c4df5138 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.43" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cc3eba3154bde2c5f34594cd14756869ff38bc41518a68ba9c2076eb4c06323" +checksum = "1df22fb672a4905d3fd41622c88fdbe96239eb2681543a27f7e30fcac6be581f" dependencies = [ "cc", "cxxbridge-flags", @@ -276,15 +276,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.43" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3adafb86feaa53658955880b59cb7f4a40943a718d8841778d0ef03019c33ccc" +checksum = "4843a490837f655a368bc0e1f9d882f196476667e4bd24256dfded3c3a8fcf68" [[package]] name = "cxxbridge-macro" -version = "1.0.43" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c453104df5e01eef11ddac02f69b794a62e115ee0b9f71d82e8ab80ac6efd427" +checksum = "648701a9d0f39711cb34776797d8ae0f7ec463761f2e1d78ddf73218728eb722" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 423c6695..085391a9 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.35" -cxx = "1.0.43" +cxx = "1.0.45" envsubst = "0.2.0" fn-error-context = "0.1.1" gio = "0.9.1" diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 41dc025c..f7fe25f5 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.43" +cxx = "1.0.45" glib = "0.10.3" [lib]