From 2cd18f3f2ef5f235337fa3bc68643e18982ffaf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:35:16 +0800 Subject: [PATCH] Bump global-hotkey from 0.6.1 to 0.6.2 (#137) Bumps [global-hotkey](https://github.com/amrbashir/global-hotkey) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/amrbashir/global-hotkey/releases) - [Changelog](https://github.com/tauri-apps/global-hotkey/blob/dev/CHANGELOG.md) - [Commits](https://github.com/amrbashir/global-hotkey/compare/global-hotkey-v0.6.1...global-hotkey-v0.6.2) --- updated-dependencies: - dependency-name: global-hotkey dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e0299c..b900c87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1872,9 +1872,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "global-hotkey" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4b86f7342b0e2abcf5e50ed8afd8bb9ffb6e30619d90f1e1a774b934a61f3e9" +checksum = "d1b75248f33c73df1ed69673f6cb36d2e048ae84d29aa1d3e53199d138ebb1df" dependencies = [ "crossbeam-channel", "keyboard-types",