From cc8adac0555a44fa1c0103935cd0ced60fd4ae49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 06:46:10 +0000 Subject: [PATCH] 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] --- 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 39241eb0..ed3801bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.33" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ebb4da3a1e3855cbbfd706a2e975772b5c7ed21160963a3d1e20d46b2a30956" +checksum = "0ffbbac6e77fe2141cefee186fe2262232cd9a4eb0649740b171a9e43630338b" dependencies = [ "cc", "cxxbridge-flags", @@ -276,15 +276,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.33" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca851e37356d1cb7594f30c298816043440ee5a563721df522b6eb7629877263" +checksum = "24d77c89feb59c3a7c081a849e192f9d5be69c5dad09a8ebaaef6cbec0f5b892" [[package]] name = "cxxbridge-macro" -version = "1.0.33" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2caab709d9dda63cec64911388e932387baadbf01241810381a0b8134829ad5" +checksum = "4b922e2fe8224def2e4e80849b9d8dbe4e7ef5088042a191cb888f95ab73908b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 76c54edf..2fd57c7b 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.33" +cxx = "1.0.40" 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 fac63c3f..c57b02df 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.33" +cxx = "1.0.40" glib = "0.10.3" [lib]