From 289c925f356c204171f63e7135359c4f290a2262 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:50:07 +0000 Subject: [PATCH] chore: bump up Rust crate notify to v8 (#9635) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [notify](https://redirect.github.com/notify-rs/notify) | workspace.dependencies | major | `7` -> `8` | --- ### Release Notes
notify-rs/notify (notify) ### [`v8.0.0`](https://redirect.github.com/notify-rs/notify/blob/HEAD/CHANGELOG.md#notify-800-2025-01-10) [Compare Source](https://redirect.github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.0) - CHANGE: update notify-types to version 2.0.0 - CHANGE: raise MSRV to 1.77 **breaking** - FEATURE: add config option to disable following symbolic links [#​635] - FIX: unaligned access to FILE_NOTIFY_INFORMATION [#​647] **breaking** [#​635]: https://redirect.github.com/notify-rs/notify/pull/635 [#​647]: https://redirect.github.com/notify-rs/notify/pull/647
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fbe43cc95..18af1ca490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ mimalloc = "0.1" napi = { version = "3.0.0-alpha.12", features = ["async", "chrono_date", "error_anyhow", "napi9", "serde"] } napi-build = { version = "2" } napi-derive = { version = "3.0.0-alpha.12" } -notify = { version = "7", features = ["serde"] } +notify = { version = "8", features = ["serde"] } objc2 = "0.5.2" objc2-foundation = "0.2.2" once_cell = "1"