From e26799e23c6476df459d4302f9457c0c211f9c02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:38:50 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.121 to 1.0.122 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.121 to 1.0.122. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.121...1.0.122) --- updated-dependencies: - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch ... 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 06f820b929..9aef4e064b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,9 +554,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.121" +version = "1.0.122" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e5262a7fa3f0bae2a55b767c223ba98032d7c328f5c13fa5cdc980b77fc0658" +checksum = "9327c7f9fbd6329a200a5d4aa6f674c60ab256525ff0084b52a889d4e4c60cee" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index b3750f4b11..bdd55f2779 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" cmake = "0.1.50" system-deps = "6.2" anyhow = "1.0" -cxx-build = "1.0.121" +cxx-build = "1.0.122" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]