Skip to content

chore(deps):(deps): bump muda from 0.15.3 to 0.18.0#18

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/muda-0.18.0
Closed

chore(deps):(deps): bump muda from 0.15.3 to 0.18.0#18
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/muda-0.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown

Bumps muda from 0.15.3 to 0.18.0.

Release notes

Sourced from muda's releases.

muda v0.18.0

[0.18.0]

  • b324619 (#339 by @​LeonMatthes) Add a new KeyAccelerator struct based on keyboard_types::Key alongside the existing Accelerator (based on Code). This enables expressing logical key shortcuts like "Ctrl++", "Ctrl+€" that physical key codes cannot represent (see tauri-apps/muda#333).
  • adb9f55 (#337 by @​npwoods) On Windows, fixed a bug that would cause window subclasses to not be cleaned up when menus were dropped
Updating crates.io index
   Packaging muda v0.18.0 (/home/runner/work/muda/muda)
warning: ignoring example `tao` as `examples/tao.rs` is not included in the published package
warning: ignoring example `winit` as `examples/winit.rs` is not included in the published package
warning: ignoring example `wry` as `examples/wry.rs` is not included in the published package
    Updating crates.io index
    Packaged 40 files, 443.4KiB (91.3KiB compressed)
   Verifying muda v0.18.0 (/home/runner/work/muda/muda)
 Downloading crates ...
  Downloaded cfg-expr v0.15.8
  Downloaded futures-task v0.3.31
  Downloaded futures-io v0.3.31
  Downloaded atk v0.18.2
  Downloaded dpi v0.1.1
  Downloaded futures-core v0.3.31
  Downloaded autocfg v1.4.0
  Downloaded cairo-sys-rs v0.18.2
  Downloaded proc-macro-error v1.0.4
  Downloaded futures-macro v0.3.31
  Downloaded thiserror v2.0.12
  Downloaded slab v0.4.9
  Downloaded gdk-pixbuf v0.18.5
  Downloaded bitflags v2.8.0
  Downloaded gdk-pixbuf-sys v0.18.0
  Downloaded cairo-rs v0.18.5
  Downloaded version-compare v0.2.0
  Downloaded toml_datetime v0.6.3
  Downloaded memoffset v0.9.1
  Downloaded serde_spanned v0.6.8
  Downloaded version_check v0.9.5
  Downloaded system-deps v6.2.2
  Downloaded proc-macro-error-attr v1.0.4
  Downloaded pkg-config v0.3.31
  Downloaded proc-macro-crate v2.0.2
  Downloaded heck v0.4.1
  Downloaded thiserror-impl v1.0.69
  Downloaded gdk v0.18.2
  Downloaded smallvec v1.13.2
  Downloaded target-lexicon v0.12.16
</tr></table> 

... (truncated)

Changelog

Sourced from muda's changelog.

[0.18.0]

  • b324619 (#339 by @​LeonMatthes) Add a new KeyAccelerator struct based on keyboard_types::Key alongside the existing Accelerator (based on Code). This enables expressing logical key shortcuts like "Ctrl++", "Ctrl+€" that physical key codes cannot represent (see tauri-apps/muda#333).
  • adb9f55 (#337 by @​npwoods) On Windows, fixed a bug that would cause window subclasses to not be cleaned up when menus were dropped

[0.17.2]

  • dca0836 (#321) Fix padding unconditionally added to top-level submenus for icons even when there's no icon on Linux
  • 372d367 (#335) Fix Submenu::set_as_help_menu_for_nsapp and Submenu::set_as_windows_menu_for_nsapp not working and macOS wouldn't recognize and add default menu items to them.
  • 43ba984 (#326) Add support for PredefinedMenuItem::undo and PredefinedMenuItem::redo on Windows.

[0.17.1]

  • 0ae81ad (#308 by @​s00d) On Windows, fix icon of Submenu not visible when added to a root Menu

[0.17.0]

  • 8e986af (#289 by @​amrbashir) Add helper methods on ContextMenu trait to convert it back to a concrete type:

    • ContextMenu::as_menu
    • ContextMenu::as_menu_unchecked
    • ContextMenu::as_submenu
    • ContextMenu::as_submenu_unchecked
  • 8efa5a2 (#300 by @​dgerhardt) On Linux, fix && resulting in && when it should be just &. Also fix _ not visible and actually adding a mnemonic. This makes the behavior on Linux match the behavior on Windows.

  • e19a6eb (#283 by @​ogoffart) Make gtk an optional feature (enabled by default)

  • e37d99b (#277 by @​s00d) Add support for icons on Submenu so we added:

    • Submenu::set_icon
    • Submenu::set_native_icon
    • SubmenuBuilder::icon
    • SubmenuBuilder::native_icon

[0.16.1]

[0.16.0]

  • cf9dcfa (#236) Return bool in ContextMenu::show_context_menu_for_hwnd, ContextMenu::show_context_menu_for_nsview and ContextMenu::show_context_menu_for_gtk_window to indicate why the context menu was closed.
  • 99ec648 (#244) Add Accelerator::modifiers and Accelerator::key getter methods.
  • 372f8a1 (#269) Updated objc2 to 0.6
  • e6b68f9 Change internal mut static to use thread_local! and Cell instead.
Commits
  • dd574a9 apply version updates (#338)
  • b324619 feat: add KeyAccelerator as replacement to Accelerator based on `keyboard...
  • adb9f55 Windows: Fixing issue where muda failed to clean up subclasses when droppe...
  • ab98b5e Apply Version Updates From Current Changes (#323)
  • 372d367 fix(macos): fix set_as_help_menu_for_nsapp (#335)
  • 6034126 chore: add help menu in tao example
  • b1ea515 chore: add custom help menu example (#334)
  • 3e1d4e4 chore: fix formatting
  • 97b056b chore: fix clippy
  • 43ba984 feat: Add predefined undo and redo menu item implementations for Windows (#326)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [muda](https://github.com/tauri-apps/muda) from 0.15.3 to 0.18.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.15.3...muda-v0.18)

---
updated-dependencies:
- dependency-name: muda
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Superseded by #28.

@dependabot dependabot Bot closed this Jun 15, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/muda-0.18.0 branch June 15, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants