From c23ee4ba03a7a16f1af376dbc516a145368f9331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 07:44:43 +0000 Subject: [PATCH] Bump mac-notification-sys from 0.6.12 to 0.6.13 in /yog Bumps [mac-notification-sys](https://github.com/h4llow3En/mac-notification-sys) from 0.6.12 to 0.6.13. - [Release notes](https://github.com/h4llow3En/mac-notification-sys/releases) - [Changelog](https://github.com/h4llow3En/mac-notification-sys/blob/master/CHANGELOG.md) - [Commits](https://github.com/h4llow3En/mac-notification-sys/compare/v0.6.12...v0.6.13) --- updated-dependencies: - dependency-name: mac-notification-sys dependency-version: 0.6.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yog/Cargo.lock | 4 ++-- yog/yog/zj/plugins/agg/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yog/Cargo.lock b/yog/Cargo.lock index 0446aaac6..f6d7e6191 100644 --- a/yog/Cargo.lock +++ b/yog/Cargo.lock @@ -2860,9 +2860,9 @@ dependencies = [ [[package]] name = "mac-notification-sys" -version = "0.6.12" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29a16783dd1a47849b8c8133c9cd3eb2112cfbc6901670af3dba47c8bbfb07d3" +checksum = "50efa634682b3fc5a1ab6f3dd5b2bce7b848011fc485b53b063dc68f2f74feae" dependencies = [ "cc", "objc2", diff --git a/yog/yog/zj/plugins/agg/Cargo.toml b/yog/yog/zj/plugins/agg/Cargo.toml index 3661308dc..9be6236b3 100644 --- a/yog/yog/zj/plugins/agg/Cargo.toml +++ b/yog/yog/zj/plugins/agg/Cargo.toml @@ -19,7 +19,7 @@ ytil_tui = { workspace = true } zellij-tile = { git = "https://github.com/zellij-org/zellij.git", branch = "main" } [target.'cfg(all(not(target_arch = "wasm32"), target_os = "macos"))'.dependencies] -mac-notification-sys = "0.6.12" +mac-notification-sys = "0.6.13" ytil_cmd = { workspace = true } ytil_zellij = { workspace = true }