From ced2d5dbb85bdf1587a4211d05805ac3e72fc3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:34:54 +0000 Subject: [PATCH] chore(deps): bump window-vibrancy from 0.7.1 to 0.8.0 Bumps [window-vibrancy](https://github.com/tauri-apps/tauri-plugin-vibrancy) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/tauri-apps/tauri-plugin-vibrancy/releases) - [Changelog](https://github.com/tauri-apps/window-vibrancy/blob/dev/CHANGELOG.md) - [Commits](https://github.com/tauri-apps/tauri-plugin-vibrancy/compare/window-vibrancy-v0.7.1...window-vibrancy-v0.8.0) --- updated-dependencies: - dependency-name: window-vibrancy dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++--- tauri/src-tauri/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e4a4e40..275108e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3428,7 +3428,7 @@ dependencies = [ "ureq 3.3.0", "walkdir", "which", - "window-vibrancy 0.7.1", + "window-vibrancy 0.8.0", ] [[package]] @@ -3834,6 +3834,7 @@ dependencies = [ "objc2-core-foundation", "objc2-core-graphics", "objc2-foundation", + "objc2-quartz-core", ] [[package]] @@ -7915,14 +7916,15 @@ dependencies = [ [[package]] name = "window-vibrancy" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "010797bd7c40396fbc59d3105089fed0885fe267a0ef4a0a4646df54e28647f6" +checksum = "fe6461139557c2245c3b9b34de2092e7af39460bf97ef4723bc5feb0cf66f831" dependencies = [ "objc2", "objc2-app-kit", "objc2-core-foundation", "objc2-foundation", + "objc2-quartz-core", "raw-window-handle", "windows-sys 0.60.2", "windows-version", diff --git a/tauri/src-tauri/Cargo.toml b/tauri/src-tauri/Cargo.toml index a779c458..2d271c5f 100644 --- a/tauri/src-tauri/Cargo.toml +++ b/tauri/src-tauri/Cargo.toml @@ -40,7 +40,7 @@ tauri-plugin-updater = "2" tauri-plugin-window-state = "2" walkdir = { workspace = true } ureq = { workspace = true } -window-vibrancy = "0.7" +window-vibrancy = "0.8" notify = "7" tracing = "0.1"