chore: bump the rust-majors group with 6 updates - #20
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-majors group with 6 updates: | Package | From | To | | --- | --- | --- | | [tray-icon](https://github.com/tauri-apps/tray-icon) | `0.24.2` | `0.25.1` | | [muda](https://github.com/tauri-apps/muda) | `0.19.3` | `0.20.0` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.22.1` | `0.23.1` | | [winreg](https://github.com/gentoo90/winreg-rs) | `0.55.0` | `0.56.0` | | [windows](https://github.com/microsoft/windows-rs) | `0.61.3` | `0.62.2` | | [windows-future](https://github.com/microsoft/windows-rs) | `0.2.1` | `0.3.2` | Updates `tray-icon` from 0.24.2 to 0.25.1 - [Release notes](https://github.com/tauri-apps/tray-icon/releases) - [Changelog](https://github.com/tauri-apps/tray-icon/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/tray-icon@tray-icon-v0.24.2...tray-icon-v0.25.1) Updates `muda` from 0.19.3 to 0.20.0 - [Release notes](https://github.com/tauri-apps/muda/releases) - [Changelog](https://github.com/tauri-apps/muda/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/muda@muda-v0.19.3...muda-v0.20) Updates `base64` from 0.22.1 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1) Updates `winreg` from 0.55.0 to 0.56.0 - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md) - [Commits](gentoo90/winreg-rs@v0.55.0...v0.56.0) Updates `windows` from 0.61.3 to 0.62.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-future` from 0.2.1 to 0.3.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: tray-icon dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: muda dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: winreg dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: windows dependency-version: 0.62.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors - dependency-name: windows-future dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-majors ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
Applied together in 22: these six step on each other in Cargo.lock and app/package-lock.json, and the Windows majors needed code changes that a bot cannot make. |
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 |
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-majors group with 6 updates:
0.24.20.25.10.19.30.20.00.22.10.23.10.55.00.56.00.61.30.62.20.2.10.3.2Updates
tray-iconfrom 0.24.2 to 0.25.1Release notes
Sourced from tray-icon's releases.
... (truncated)
Changelog
Sourced from tray-icon's changelog.
Commits
b09cedaApply Version Updates From Current Changes (#368)42eb44efix(macos): restore tray click event forwarding on macOS 27 (#365)aab34f8chore(deps): update rust crate tao to 0.37 (#357)830f259chore(deps): update rust crate dirs to v7 (#360)3a5258bfix(macOS): clear tray title when set_title(None) is called (#367)40247bfchore: pin muda to 0.207e1bc7eapply version updates (#353)95fc3ccfeat(windows): add stable GUID identity for tray icons (NIF_GUID / guidItem) ...0114db5refactor: use ksni as fallback when both backends are enabled (#364)b9fcea1refactor: make ksni and appindicator exclusivity error to just a warning with...Updates
mudafrom 0.19.3 to 0.20.0Release notes
Sourced from muda's releases.
... (truncated)
Changelog
Sourced from muda's changelog.
Commits
87a3560apply version updates (#377)d00ab36feat(macOS): add menu section headers (#408)56f7a03refactor: cleanup lib.rs and move everything in it to a module (#407)ebf82d2refactor: improve mnemonic conversion functions for gtk and macos (#406)3f6213drefactor: use gtk4 as fallback when both backends are enabled (#405)8e63de8refactor: make gtk3 and gtk4 exclusivity error to just a warning with fallbac...9217484refactor: revert addingwin32andappkitfeature flags (#402)3d8d656refactor: renameClickActiontoMenuItemActionada2895chore: move change file to correct directoryf021510refactor: renamegtkfeature flag togtk3and update related documentatio...Updates
base64from 0.22.1 to 0.23.1Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated comment9e9220av0.23.0870326eMerge pull request #306 from marshallpierce/mp/trailing-bits-docsfbec5f1Document no trailing trailing bits0a23549Merge pull request #305 from marshallpierce/mp/edition-2021f10b7e2Update deps & editionUpdates
winregfrom 0.55.0 to 0.56.0Release notes
Sourced from winreg's releases.
Changelog
Sourced from winreg's changelog.
Commits
d14c8bdMerge branch 'winapi'. Bump version to 0.56.00315df4Bump version to 0.16.0d960232Fix build with rust 1.342ee4896Implement iterators that useOsStringfor key/value namesf2ad8ddMoveEnumKeysandEnumValuesto separate filesbc60391Add predefined key constantsfe54169Implement destructive serialization4993455Clarify the documentation ofRegKey::encode()5931b79Fix formatting of examples in documentation9ea7768Implement transaction rollback intransacted_serializationexampleUpdates
windowsfrom 0.61.3 to 0.62.2Commits
Updates
windows-futurefrom 0.2.1 to 0.3.2Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions