From c49db23090dd5876210252dbf3602ddff557a5b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 14:44:21 +0000 Subject: [PATCH] chore(deps): bump the cxx-qt group in /rust with 4 updates Bumps the cxx-qt group in /rust with 4 updates: [cxx](https://github.com/dtolnay/cxx), [cxx-qt](https://github.com/KDAB/cxx-qt), [cxx-qt-lib](https://github.com/KDAB/cxx-qt) and [cxx-qt-build](https://github.com/KDAB/cxx-qt). Updates `cxx` from 1.0.194 to 1.0.197 - [Release notes](https://github.com/dtolnay/cxx/releases) - [Commits](https://github.com/dtolnay/cxx/compare/1.0.194...1.0.197) Updates `cxx-qt` from 0.9.0 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.9.0...v0.9.1) Updates `cxx-qt-lib` from 0.9.0 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.9.0...v0.9.1) Updates `cxx-qt-build` from 0.9.0 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.9.0...v0.9.1) --- updated-dependencies: - dependency-name: cxx dependency-version: 1.0.197 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx-qt - dependency-name: cxx-qt dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx-qt - dependency-name: cxx-qt-lib dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx-qt - dependency-name: cxx-qt-build dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cxx-qt ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 54 ++++++++++++++++++++++--------------------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 09f29fc..c7235ce 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -116,7 +116,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", - "unicode-width 0.1.14", + "unicode-width", ] [[package]] @@ -127,7 +127,7 @@ checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" dependencies = [ "serde", "termcolor", - "unicode-width 0.2.2", + "unicode-width", ] [[package]] @@ -186,9 +186,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e" +checksum = "00424da159cc5adcb4eeea7e7b5cb1d96df41f5fa695ec596922181bdc36232a" dependencies = [ "cc", "cxx-build", @@ -201,9 +201,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e" +checksum = "43e05269dbed4dab7072ae0f04ef31799ad189d52ce2ac12710c2997b754f86a" dependencies = [ "cc", "codespan-reporting 0.13.1", @@ -229,9 +229,9 @@ dependencies = [ [[package]] name = "cxx-qt" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2298356d03194a4fea739a8f0c5947aea42e8998d21a9a5c1d9e3d11f3be327a" +checksum = "01d46ee3abd1539d109fdc009e3e3fc5a041c57aef5e3a80cba887338fc0748f" dependencies = [ "cxx", "cxx-qt-build", @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "cxx-qt-build" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a6879e91a33fe26683be9b4c0a865dd2abdaf9bb3d8e999a4b859c2d998c58" +checksum = "57aded134d0a8d39ab6d6af639f5cd0f46affd2a6b3d9ae87848fd85113f143c" dependencies = [ "cc", "codespan-reporting 0.11.1", @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "cxx-qt-gen" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98b51c4bc2aa9d12db7de9ad7a7db8c49e326b9eb5261b8bac148400c681444" +checksum = "735d282c0b9cb39db7e55846e7d8f57be6ec3c4edb6037bb04f50caf88a6ee6a" dependencies = [ "clang-format", "convert_case", @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "cxx-qt-lib" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ddcdfecf73d452a6cd7e83f616fd7f9bc77324a376313e0ba3924fb665c62ac" +checksum = "3483e43878378f0e4789033e9e93dfc04242b879389a1084766fc5d17f292b6b" dependencies = [ "cxx", "cxx-qt", @@ -287,9 +287,9 @@ dependencies = [ [[package]] name = "cxx-qt-macro" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6a7e6ac9eecc721c877c28c031dfba6c684be0d5a90b88c9a7aa9b20587aab" +checksum = "bb44925fc99e07859ee49bdc89ea519bb2052016154ffa4f4898c0cb4d86c81e" dependencies = [ "cxx-qt-gen", "proc-macro2", @@ -299,9 +299,9 @@ dependencies = [ [[package]] name = "cxxbridge-cmd" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328" +checksum = "e2f017b07e0da7f425642339faff0edc9f0de6459a18180183d086d1f3381e89" dependencies = [ "clap", "codespan-reporting 0.13.1", @@ -313,15 +313,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a" +checksum = "293d267f43a5778bf3b89fff2a658f081166e7f152d9640e2ee3d917d065a5fc" [[package]] name = "cxxbridge-macro" -version = "1.0.194" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf" +checksum = "72dd233dc128223fe85d2afa5c617c79743c0f47fb495b69234b5da680d4986a" dependencies = [ "indexmap", "proc-macro2", @@ -717,9 +717,9 @@ checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" [[package]] name = "qt-build-utils" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcfb3d8489f811e89e63ffc7184eb5063a74baf7825e4c9e14e7607a3c546578" +checksum = "8e575368c069f599b9918e592ce6eb6b4bc04d52b6825f7fcc89500f9e1de96b" dependencies = [ "anyhow", "cc", @@ -1292,12 +1292,6 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" -[[package]] -name = "unicode-width" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" - [[package]] name = "uuid" version = "1.23.4"