From 2ad50ceae5f9a75c066bcbdc85f9490862a3f34f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:00:52 +0000 Subject: [PATCH] build(deps): bump cxx-build from 1.0.128 to 1.0.130 Bumps [cxx-build](https://github.com/dtolnay/cxx) from 1.0.128 to 1.0.130. - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.128...1.0.130) --- updated-dependencies: - dependency-name: cxx-build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- rust/libdnf-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5709f3060..df98f5189c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -563,13 +563,12 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.128" +version = "1.0.130" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c77953e99f01508f89f55c494bfa867171ef3a6c8cea03d26975368f2121a5c1" +checksum = "45dc1c88d0fdac57518a9b1f6c4f4fb2aca8f3c30c0d03d7d8518b47ca0bcea6" dependencies = [ "cc", "codespan-reporting", - "once_cell", "proc-macro2", "quote", "scratch", diff --git a/rust/libdnf-sys/Cargo.toml b/rust/libdnf-sys/Cargo.toml index f0a4c2911f..3f82898fda 100644 --- a/rust/libdnf-sys/Cargo.toml +++ b/rust/libdnf-sys/Cargo.toml @@ -17,7 +17,7 @@ path = "lib.rs" cmake = "0.1.51" system-deps = "7.0" anyhow = "1.0" -cxx-build = "1.0.128" +cxx-build = "1.0.130" # This currently needs to duplicate the libraries from libdnf [package.metadata.system-deps]