Skip to content

Commit 494d1fe

Browse files
chore(deps): update rust crate global-hotkey to 0.7 (v2) (#2684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
1 parent 4a29dd6 commit 494d1fe

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

.changes/global-hotkey-07.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
global-shortcut: patch
3+
global-shortcut-js: patch
4+
---
5+
6+
Updated `global-hotkey` crate to `0.7` to fix a panic when trying to register a key combination which was already registered by another program. No API changes.

Cargo.lock

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/global-shortcut/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ log = { workspace = true }
3131
thiserror = { workspace = true }
3232

3333
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
34-
global-hotkey = { version = "0.6", features = ["serde"] }
34+
global-hotkey = { version = "0.7", features = ["serde"] }

0 commit comments

Comments
 (0)