From 221796a4ecaf8ecc719c238e8ea55e271bf274fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 09:03:49 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.47 to 1.0.49 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.47 to 1.0.49. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.47...1.0.49) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rust/libdnf-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c1515a5..de77439e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.47" +version = "1.0.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71eebccc091f362a95d89a9182e16a8b325947299d460493ba7a13d98d12803" +checksum = "8f5bde7453f995f4edcbe37c653dbc434018a4fda5941b3437005a36f69b156a" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 72cf9b38..5a2ed03f 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.47" +cxx-build = "1.0.49" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]