From bdd1a656dbf95f06e6dc97f66ee8407c07054d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:34:31 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.46 to 1.0.47 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.46 to 1.0.47. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.46...1.0.47) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- rust/libdnf-sys/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1edd46e9..ea0952b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,9 +267,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.46" +version = "1.0.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773012f0cc8a0d4fa96c884664eea2589b78bb53adfd566df80715335fb0c9fa" +checksum = "f71eebccc091f362a95d89a9182e16a8b325947299d460493ba7a13d98d12803" dependencies = [ "cc", "codespan-reporting", @@ -1570,9 +1570,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.68" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87" +checksum = "ad184cc9470f9117b2ac6817bfe297307418819ba40552f9b3846f05c33d5373" dependencies = [ "proc-macro2", "quote", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 08a4c747..a59291b7 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" cmake = "0.1.45" system-deps = "3.1" anyhow = "1.0" -cxx-build = "1.0.46" +cxx-build = "1.0.47" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]