From 1b2bdbffab08e3ba95186ae4dbfddd4a9c92b7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:53:00 +0000 Subject: [PATCH] chore(deps): bump core-graphics in /desktop/src-tauri Bumps [core-graphics](https://github.com/servo/core-foundation-rs) from 0.23.2 to 0.25.0. - [Commits](https://github.com/servo/core-foundation-rs/commits) --- updated-dependencies: - dependency-name: core-graphics dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- desktop/src-tauri/Cargo.lock | 30 +++--------------------------- desktop/src-tauri/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 28 deletions(-) diff --git a/desktop/src-tauri/Cargo.lock b/desktop/src-tauri/Cargo.lock index dcbe66a..caa5b10 100644 --- a/desktop/src-tauri/Cargo.lock +++ b/desktop/src-tauri/Cargo.lock @@ -103,7 +103,7 @@ version = "0.1.0" dependencies = [ "core-foundation 0.10.1", "core-foundation 0.9.4", - "core-graphics 0.23.2", + "core-graphics", "cpal", "hound", "libc", @@ -759,19 +759,6 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" -[[package]] -name = "core-graphics" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081" -dependencies = [ - "bitflags 1.3.2", - "core-foundation 0.9.4", - "core-graphics-types 0.1.3", - "foreign-types 0.5.0", - "libc", -] - [[package]] name = "core-graphics" version = "0.25.0" @@ -780,22 +767,11 @@ checksum = "064badf302c3194842cf2c5d61f56cc88e54a759313879cdf03abdd27d0c3b97" dependencies = [ "bitflags 2.13.0", "core-foundation 0.10.1", - "core-graphics-types 0.2.0", + "core-graphics-types", "foreign-types 0.5.0", "libc", ] -[[package]] -name = "core-graphics-types" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf" -dependencies = [ - "bitflags 1.3.2", - "core-foundation 0.9.4", - "libc", -] - [[package]] name = "core-graphics-types" version = "0.2.0" @@ -4214,7 +4190,7 @@ dependencies = [ "bitflags 2.13.0", "block2", "core-foundation 0.10.1", - "core-graphics 0.25.0", + "core-graphics", "crossbeam-channel", "dbus", "dispatch2", diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 02a1fc8..f55379f 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -26,7 +26,7 @@ tauri-plugin-log = "2" tauri-plugin-notification = "2" # native meeting-start alerts, emitted only after Core Audio confirms a live call # In-app dictation (runs as the app itself, so one Accessibility grant covers it — no fragmented helper): tauri-plugin-global-shortcut = "2" # Carbon ordinary-key combinations; bare modifiers use the Input Monitoring event tap -core-graphics = "0.23" # synth ⌘V (explicit Command flag) to paste — the proven CGEvent method +core-graphics = "0.25" # synth ⌘V (explicit Command flag) to paste — the proven CGEvent method core-foundation = "0.9" # CFRunLoop that services the bare-modifier event tap (Handy-style right-⌘/Option trigger) core-foundation-code-signing = { package = "core-foundation", version = "0.10" } # CFURL bridge for Security.framework's native code-signing validation macos-accessibility-client = "0.0.2" # prompt for Accessibility under the app's own identity