From e4b821ed526e0944e9f38bd844322fbde04caf3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:18:52 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.124 to 1.0.128 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.124 to 1.0.128. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.124...1.0.128) --- 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 7ef2c78596..7b5e7f2ae5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -552,9 +552,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.124" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" +checksum = "c77953e99f01508f89f55c494bfa867171ef3a6c8cea03d26975368f2121a5c1" dependencies = [ "cc", "codespan-reporting", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index 06e87c2fc3..8c0d7b1345 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 = "7.0" anyhow = "1.0" -cxx-build = "1.0.124" +cxx-build = "1.0.128" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]