From 665f2add27859eaddad539b32712ce2b32a0cc73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 07:55:32 +0000 Subject: [PATCH] build(deps): bump cxx-qt-build from 0.8.1 to 0.9.1 Bumps [cxx-qt-build](https://github.com/KDAB/cxx-qt) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/KDAB/cxx-qt/releases) - [Changelog](https://github.com/KDAB/cxx-qt/blob/main/CHANGELOG.md) - [Commits](https://github.com/KDAB/cxx-qt/compare/v0.8.1...v0.9.1) --- updated-dependencies: - dependency-name: cxx-qt-build dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 73 +++++++++++++++++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 65 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac20d1d..4b87d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdf26e5ee4375a85799d0fe436662e5a8ef099bd0964b84bce8812c35c7daea" dependencies = [ "cxx", - "cxx-qt-build", + "cxx-qt-build 0.8.1", "cxx-qt-macro", - "qt-build-utils", + "qt-build-utils 0.8.1", "static_assertions", "thiserror 1.0.69", ] @@ -698,9 +698,26 @@ dependencies = [ "cc", "codespan-reporting 0.11.1", "cxx-gen", - "cxx-qt-gen", + "cxx-qt-gen 0.8.1", "proc-macro2", - "qt-build-utils", + "qt-build-utils 0.8.1", + "quote", + "serde", + "serde_json", +] + +[[package]] +name = "cxx-qt-build" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57aded134d0a8d39ab6d6af639f5cd0f46affd2a6b3d9ae87848fd85113f143c" +dependencies = [ + "cc", + "codespan-reporting 0.11.1", + "cxx-gen", + "cxx-qt-gen 0.9.1", + "proc-macro2", + "qt-build-utils 0.9.1", "quote", "serde", "serde_json", @@ -721,6 +738,21 @@ dependencies = [ "syn", ] +[[package]] +name = "cxx-qt-gen" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "735d282c0b9cb39db7e55846e7d8f57be6ec3c4edb6037bb04f50caf88a6ee6a" +dependencies = [ + "clang-format", + "convert_case", + "cxx-gen", + "indoc", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "cxx-qt-lib" version = "0.8.1" @@ -729,8 +761,8 @@ checksum = "d7b3de184cff59ad29d657021f933380e584d9b70265247f6a96098bef964211" dependencies = [ "cxx", "cxx-qt", - "cxx-qt-build", - "qt-build-utils", + "cxx-qt-build 0.8.1", + "qt-build-utils 0.8.1", ] [[package]] @@ -739,7 +771,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "230b0d8b20d3d02a85885742be4fabc0382fead4e382dd8c9c9ff1827f221e8c" dependencies = [ - "cxx-qt-gen", + "cxx-qt-gen 0.8.1", "proc-macro2", "quote", "syn", @@ -1197,7 +1229,7 @@ version = "1.9.1" dependencies = [ "cxx", "cxx-qt", - "cxx-qt-build", + "cxx-qt-build 0.9.1", "cxx-qt-lib", "grexa-ai", "grexa-containers", @@ -1205,7 +1237,7 @@ dependencies = [ "grexa-db", "grexa-i18n", "notify", - "qt-build-utils", + "qt-build-utils 0.8.1", "regex", "serde_json", "tempfile", @@ -2104,6 +2136,20 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "qt-build-utils" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e575368c069f599b9918e592ce6eb6b4bc04d52b6825f7fcc89500f9e1de96b" +dependencies = [ + "anyhow", + "cc", + "semver", + "serde", + "thiserror 1.0.69", + "which", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -3106,6 +3152,15 @@ dependencies = [ "rustls-pki-types", ] +[[package]] +name = "which" +version = "8.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48d7cd18d4acb58fb3cdfe9ea54e6cd96a4e7d4cc45c56338b236e82dad47248" +dependencies = [ + "libc", +] + [[package]] name = "winapi-util" version = "0.1.11" diff --git a/Cargo.toml b/Cargo.toml index 4c9a9c8..f151ad8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tracing-appender = "0.2" cxx = "1.0" cxx-qt = "0.8" cxx-qt-lib = { version = "0.8", features = ["qt_gui", "qt_qml"] } -cxx-qt-build = "0.8" +cxx-qt-build = "0.9" unicode-normalization = "0.1" fancy-regex = "0.18" chardetng = "1.0"