chore(deps): bump the rust-major-dependencies group across 1 directory with 7 updates#526
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Collaborator
Review: do not merge yetRust major group is red on CI ( Notable majors:
Example compile break already seen: Recommendation: handle as dedicated migration PR(s), not Dependabot auto-merge. |
dependabot
Bot
force-pushed
the
dependabot/cargo/apps/desktop/src-tauri/rust-major-dependencies-922f89e32e
branch
from
July 17, 2026 14:26
8a06c38 to
61390f0
Compare
…y with 7 updates Bumps the rust-major-dependencies group with 7 updates in the /apps/desktop/src-tauri directory: | Package | From | To | | --- | --- | --- | | [sqlx](https://github.com/launchbadge/sqlx) | `0.8.6` | `0.9.0` | | [rmcp](https://github.com/modelcontextprotocol/rust-sdk) | `1.7.0` | `2.2.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` | | [velopack](https://github.com/velopack/velopack) | `0.0.1589-ga2c5a97` | `1.2.110-ge826545` | | [windows](https://github.com/microsoft/windows-rs) | `0.58.0` | `0.62.2` | | [windows-core](https://github.com/microsoft/windows-rs) | `0.61.2` | `0.62.2` | | [zip](https://github.com/zip-rs/zip2) | `2.4.2` | `8.6.0` | Updates `sqlx` from 0.8.6 to 0.9.0 - [Changelog](https://github.com/transact-rs/sqlx/blob/main/CHANGELOG.md) - [Commits](transact-rs/sqlx@v0.8.6...v0.9.0) Updates `rmcp` from 1.7.0 to 2.2.0 - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](modelcontextprotocol/rust-sdk@rmcp-v1.7.0...rmcp-v2.2.0) Updates `sha2` from 0.10.9 to 0.11.0 - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) Updates `velopack` from 0.0.1589-ga2c5a97 to 1.2.110-ge826545 - [Release notes](https://github.com/velopack/velopack/releases) - [Commits](velopack/velopack@0.0.1589-ga2c5a97...1.2.110-ge826545) Updates `windows` from 0.58.0 to 0.62.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-core` from 0.61.2 to 0.62.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `zip` from 2.4.2 to 8.6.0 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.4.2...v8.6.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-major-dependencies - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-major-dependencies - dependency-name: sqlx dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-major-dependencies - dependency-name: velopack dependency-version: 1.2.110-ge826545 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-major-dependencies - dependency-name: windows dependency-version: 0.62.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-major-dependencies - dependency-name: windows-core dependency-version: 0.62.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-major-dependencies - dependency-name: zip dependency-version: 8.6.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-major-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/apps/desktop/src-tauri/rust-major-dependencies-922f89e32e
branch
from
July 17, 2026 14:31
61390f0 to
3134220
Compare
Collaborator
|
Closing for now. Rust major group is red (Rust Checks / CodeQL / E2E) and includes breaking upgrades (sqlx 0.9, rmcp 2, windows 0.62, zip 8, velopack 1.x, sha2 0.11). Needs a dedicated migration PR, not a Dependabot lockfile bump. |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
dependabot
Bot
deleted the
dependabot/cargo/apps/desktop/src-tauri/rust-major-dependencies-922f89e32e
branch
July 17, 2026 14:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-major-dependencies group with 7 updates in the /apps/desktop/src-tauri directory:
0.8.60.9.01.7.02.2.00.10.90.11.00.0.1589-ga2c5a971.2.110-ge8265450.58.00.62.20.61.20.62.22.4.28.6.0Updates
sqlxfrom 0.8.6 to 0.9.0Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
75bc048Release 0.9.0 (#4256)6956cefPrefer to give real data to.bind()inREADME.md(#4257)45ba990Add the possibility to skip migrations (#3846)66533faEnsure Deterministic Migration Order (#4136)db47fe3ci: check direct minimal versions (#4173)9ecb76dUnescape PostgreSQL passfile password (#3993)c0a3218breaking(any+mysql): correctly convert text and blob types toAnyTypeInfo(...d82b781test(sqlite): add regression test for ORDER BY + LIMIT nullability (#4223)b77ba16chore: update to axum 0.8 (#4253)c0ec9c0fix(tls): potential deadlock inStdSocket::poll_ready()(#4251)Updates
rmcpfrom 1.7.0 to 2.2.0Release notes
Sourced from rmcp's releases.
... (truncated)
Commits
5195776chore: release v2.2.0 (#953)6dd7b85chore(deps): update p256 requirement from 0.13 to 0.14 (#959)a037935fix: pass client conformance suite (#960)dbda50cfix: don't respond to cancelled requests (#957)45f2f72fix: fail orphaned streamable HTTP responses on reinit (#914)95490fafeat: reject auth servers lacking S256 PKCE support (#955)bdf0c32fix: address 2025-11-25 conformance audit findings (#951)8e44af4chore: release v2.1.0 (#950)4833ec7fix(transport): make AsyncRwTransport::receive cancel-safe (#941) (#947)5837e22fix(auth): preserve refresh_token when refresh response omits it (#949)Updates
sha2from 0.10.9 to 0.11.0Commits
ffe0939Release sha2 0.11.0 (#806)8991b65Use the standard order of the[package]section fields (#807)3d2bc57sha2: refactor backends (#802)faa55fbsha3: bumpkeccakto v0.2 (#803)d3e6489sha3 v0.11.0-rc.9 (#801)bbf6f51sha2: tweak backend docs (#800)155dbbfsha3: add default value for theDSgeneric parameter onTurboShake128/256...ed514f2Use published version ofkeccakv0.2 (#799)702bcd8Migrate to closure-basedkeccak(#796)827c043sha3 v0.11.0-rc.8 (#794)Updates
velopackfrom 0.0.1589-ga2c5a97 to 1.2.110-ge826545Release notes
Sourced from velopack's releases.
... (truncated)
Commits
e826545Wait for install dir to be unlocked before MSI uninstall in testa1a293fFix remaining clippy useless_borrows_in_formatting in linux/osx code809b8d0Fix clippy useless_borrows_in_formatting errors from Rust 1.97e58ad1dMake Velopack Flow commands visible in the vpk CLI8ad0724Use Velopack Flow as the update source when none is providedf6d82b9Fix crate docs example passing Box<UpdateInfo> to apply_updates_and_restart732549cApply Setup.exe channel override before install hooks and app launchb46484aAdd Windows installer channel-override tag readersb8be79cLock file maintenancec3fd772Update dotnet packagesUpdates
windowsfrom 0.58.0 to 0.62.2Commits
Updates
windows-corefrom 0.61.2 to 0.62.2Release notes
Sourced from windows-core's releases.
... (truncated)
Commits
Updates
zipfrom 2.4.2 to 8.6.0Release notes
Sourced from zip's releases.
... (truncated)
Changelog
Sourced from zip's changelog.
... (truncated)
Commits
771dfc5chore: release v8.6.0 (#781)8e480ccchore(deps): update sha1 requirement from 0.10 to 0.11 (#767)2513bbechore(deps): update aes requirement from 0.8 to 0.9 (#787)957e240ci(deps): bump actions/cache from 5.0.4 to 5.0.5 (#786)0329d9dfix: allow for[u8]as filename (#775)ddcf854ci(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#788)42323a8ci(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.1 (#785)901014aci(deps): bump crate-ci/typos from 1.45.0 to 1.45.1 (#784)07702d4feat: addcompression not supportedas enum error (#774)2d0c46bci(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#783)