From e414d3d36040881f0bf5e7d9fd2ece0140f85945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:36:08 +0000 Subject: [PATCH] Bump tauri-plugin-context-menu from `1cdd3b5` to `8d5854f` Bumps [tauri-plugin-context-menu](https://github.com/c2r0b/tauri-plugin-context-menu) from `1cdd3b5` to `8d5854f`. - [Commits](https://github.com/c2r0b/tauri-plugin-context-menu/compare/1cdd3b55677054ba0e237893435fdc05006b9a3e...8d5854f186a046d51df38c4ec7863a83f4e1221c) --- updated-dependencies: - dependency-name: tauri-plugin-context-menu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ca41a96d..06bcde5cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4303,7 +4303,7 @@ dependencies = [ "httpdate", "itoa 1.0.11", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "tower-service", "tracing", @@ -7542,8 +7542,8 @@ dependencies = [ [[package]] name = "tauri-plugin-context-menu" -version = "0.8.1" -source = "git+https://github.com/c2r0b/tauri-plugin-context-menu?branch=main#1cdd3b55677054ba0e237893435fdc05006b9a3e" +version = "0.8.2" +source = "git+https://github.com/c2r0b/tauri-plugin-context-menu?branch=main#8d5854f186a046d51df38c4ec7863a83f4e1221c" dependencies = [ "cocoa", "dispatch",