Update Rust crate notify to v8 #29

Merged
navicore merged 1 commit from renovate/notify-8.x into main 2026-05-20 19:16:07 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
notify dependencies major 78

Release Notes

notify-rs/notify (notify)

v8.2.0

Compare Source

notify 8.2.0 (2025-08-03)

  • FEATURE: notify user if inotify's max_user_watches has been reached #​698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #​700

debouncer-full 0.6.0 (2025-08-03)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #​664
  • FEATURE: added support for the flume crate #​680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #​701

debouncer-mini 0.7.0 (2025-08-03)

file-id 0.2.3 (2025-08-03)

  • CHANGE: implement AsRef<FileId> for FileId #​664

Full Changelog: https://github.com/notify-rs/notify/compare/notify-8.1.0...notify-8.2.0

v8.1.0: notify v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0

v8.0.0

Compare Source

notify 8.0.0 (2025-01-10)

  • 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

notify-types 2.0.0 (2025-01-10)

  • CHANGE: replace instant crate with web-time #​652 breaking
  • CHANGE: the web-time dependency is now behind the web-time feature breaking

debouncer-mini 0.6.0 (2025-01-10)

  • CHANGE: update notify to version 8.0.0

debouncer-full 0.5.0 (2025-01-10)

  • CHANGE: update notify to version 8.0.0
  • CHANGE: pass web-time feature to notify-types

What's Changed

New Contributors

Full Changelog: https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.0


Configuration

📅 Schedule: (UTC)

  • 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [notify](https://github.com/notify-rs/notify) | dependencies | major | `7` → `8` | --- ### Release Notes <details> <summary>notify-rs/notify (notify)</summary> ### [`v8.2.0`](https://github.com/notify-rs/notify/releases/tag/notify-8.2.0) [Compare Source](https://github.com/notify-rs/notify/compare/notify-8.1.0...notify-8.2.0) #### notify 8.2.0 (2025-08-03) - FEATURE: notify user if inotify's `max_user_watches` has been reached [#&#8203;698] - FIX: `INotifyWatcher` ignore events with unknown watch descriptors (instead of `EventMask::Q_OVERFLOW`) [#&#8203;700] [#&#8203;698]: https://github.com/notify-rs/notify/pull/698 [#&#8203;700]: https://github.com/notify-rs/notify/pull/700 #### debouncer-full 0.6.0 (2025-08-03) - FEATURE: allow `FileIdCache` trait implementations to choose ownership of the returned file-ids [#&#8203;664] - FEATURE: added support for the [`flume`](https://docs.rs/flume) crate [#&#8203;680] - FIX: skip all `Modify` events right after a `Create` event, unless it's a rename event [#&#8203;701] [#&#8203;664]: https://github.com/notify-rs/notify/pull/664 [#&#8203;680]: https://github.com/notify-rs/notify/pull/680 [#&#8203;701]: https://github.com/notify-rs/notify/pull/701 #### debouncer-mini 0.7.0 (2025-08-03) - FEATURE: added support for the [`flume`](https://docs.rs/flume) crate [#&#8203;680] #### file-id 0.2.3 (2025-08-03) - CHANGE: implement `AsRef<FileId>` for `FileId` [#&#8203;664] **Full Changelog**: <https://github.com/notify-rs/notify/compare/notify-8.1.0...notify-8.2.0> ### [`v8.1.0`](https://github.com/notify-rs/notify/releases/tag/notify-8.1.0): notify v8.1.0 [Compare Source](https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0) #### What's Changed - Fix typo by [@&#8203;mo8it](https://github.com/mo8it) in [#&#8203;667](https://github.com/notify-rs/notify/pull/667) - remove unused imports from documentation by [@&#8203;20jasper](https://github.com/20jasper) in [#&#8203;669](https://github.com/notify-rs/notify/pull/669) - FileIdCache: Allow flexible handle instead of direct borrow for file ids by [@&#8203;florian-g2](https://github.com/florian-g2) in [#&#8203;664](https://github.com/notify-rs/notify/pull/664) - Replace github ci workflow by [@&#8203;dfaust](https://github.com/dfaust) in [#&#8203;675](https://github.com/notify-rs/notify/pull/675) - Add support for flume by [@&#8203;RenDiego](https://github.com/RenDiego) in [#&#8203;680](https://github.com/notify-rs/notify/pull/680) - docs: fix link for file id by [@&#8203;ckaznable](https://github.com/ckaznable) in [#&#8203;682](https://github.com/notify-rs/notify/pull/682) - Do not remove a filename twice by [@&#8203;worr](https://github.com/worr) in [#&#8203;683](https://github.com/notify-rs/notify/pull/683) - Bump kqueue to 1.1.1 by [@&#8203;worr](https://github.com/worr) in [#&#8203;684](https://github.com/notify-rs/notify/pull/684) - chore(ci): Use stable toolchain for rustfmt/clippy by [@&#8203;JohnTitor](https://github.com/JohnTitor) in [#&#8203;689](https://github.com/notify-rs/notify/pull/689) - Make INotifyWatcher return the native PathNotFound error when watchin… by [@&#8203;JanzenJohn](https://github.com/JanzenJohn) in [#&#8203;686](https://github.com/notify-rs/notify/pull/686) - windows: Fix server hangs under some circumstance by [@&#8203;JunkuiZhang](https://github.com/JunkuiZhang) in [#&#8203;674](https://github.com/notify-rs/notify/pull/674) - Remove `filetime` dependency by [@&#8203;a1phyr](https://github.com/a1phyr) in [#&#8203;690](https://github.com/notify-rs/notify/pull/690) - Update `windows-sys` to v0.60 by [@&#8203;a1phyr](https://github.com/a1phyr) in [#&#8203;691](https://github.com/notify-rs/notify/pull/691) - chore: Use MSRV for Clippy and rustfmt by [@&#8203;JohnTitor](https://github.com/JohnTitor) in [#&#8203;694](https://github.com/notify-rs/notify/pull/694) - Do not clone paths while walking dirs by [@&#8203;riberk](https://github.com/riberk) in [#&#8203;693](https://github.com/notify-rs/notify/pull/693) - feat: introduce `Watcher::paths_mut` for adding/removing paths in batch by [@&#8203;branchseer](https://github.com/branchseer) in [#&#8203;692](https://github.com/notify-rs/notify/pull/692) - fix: make `PathsMut::commit` consuming by [@&#8203;branchseer](https://github.com/branchseer) in [#&#8203;695](https://github.com/notify-rs/notify/pull/695) - chore: Prepare 8.1.0 release by [@&#8203;JohnTitor](https://github.com/JohnTitor) in [#&#8203;697](https://github.com/notify-rs/notify/pull/697) #### New Contributors - [@&#8203;mo8it](https://github.com/mo8it) made their first contribution in [#&#8203;667](https://github.com/notify-rs/notify/pull/667) - [@&#8203;20jasper](https://github.com/20jasper) made their first contribution in [#&#8203;669](https://github.com/notify-rs/notify/pull/669) - [@&#8203;florian-g2](https://github.com/florian-g2) made their first contribution in [#&#8203;664](https://github.com/notify-rs/notify/pull/664) - [@&#8203;RenDiego](https://github.com/RenDiego) made their first contribution in [#&#8203;680](https://github.com/notify-rs/notify/pull/680) - [@&#8203;ckaznable](https://github.com/ckaznable) made their first contribution in [#&#8203;682](https://github.com/notify-rs/notify/pull/682) - [@&#8203;worr](https://github.com/worr) made their first contribution in [#&#8203;683](https://github.com/notify-rs/notify/pull/683) - [@&#8203;JanzenJohn](https://github.com/JanzenJohn) made their first contribution in [#&#8203;686](https://github.com/notify-rs/notify/pull/686) - [@&#8203;JunkuiZhang](https://github.com/JunkuiZhang) made their first contribution in [#&#8203;674](https://github.com/notify-rs/notify/pull/674) - [@&#8203;riberk](https://github.com/riberk) made their first contribution in [#&#8203;693](https://github.com/notify-rs/notify/pull/693) - [@&#8203;branchseer](https://github.com/branchseer) made their first contribution in [#&#8203;692](https://github.com/notify-rs/notify/pull/692) **Full Changelog**: <https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0> ### [`v8.0.0`](https://github.com/notify-rs/notify/releases/tag/notify-8.0.0) [Compare Source](https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.0) #### notify 8.0.0 (2025-01-10) - 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 [#&#8203;635] - FIX: unaligned access to FILE\_NOTIFY\_INFORMATION [#&#8203;647] **breaking** [#&#8203;635]: https://github.com/notify-rs/notify/pull/635 [#&#8203;647]: https://github.com/notify-rs/notify/pull/647 #### notify-types 2.0.0 (2025-01-10) - CHANGE: replace instant crate with web-time [#&#8203;652] **breaking** - CHANGE: the web-time dependency is now behind the `web-time` feature **breaking** [#&#8203;652]: https://github.com/notify-rs/notify/pull/652 #### debouncer-mini 0.6.0 (2025-01-10) - CHANGE: update notify to version 8.0.0 #### debouncer-full 0.5.0 (2025-01-10) - CHANGE: update notify to version 8.0.0 - CHANGE: pass `web-time` feature to notify-types #### What's Changed - Fix tide example by [@&#8203;dfaust](https://github.com/dfaust) in [#&#8203;650](https://github.com/notify-rs/notify/pull/650) - Fix advisory by [@&#8203;BenjaminBrienen](https://github.com/BenjaminBrienen) in [#&#8203;652](https://github.com/notify-rs/notify/pull/652) - Bump version to `7.0.0` in `lib.rs` documentation by [@&#8203;Wrench56](https://github.com/Wrench56) in [#&#8203;655](https://github.com/notify-rs/notify/pull/655) - Add config option to disable following symbolic links. by [@&#8203;hugwijst](https://github.com/hugwijst) in [#&#8203;635](https://github.com/notify-rs/notify/pull/635) - Fix unaligned access to FILE\_NOTIFY\_INFORMATION by [@&#8203;ruihe774](https://github.com/ruihe774) in [#&#8203;647](https://github.com/notify-rs/notify/pull/647) - Update changelog, MSRV and dependencies by [@&#8203;dfaust](https://github.com/dfaust) in [#&#8203;657](https://github.com/notify-rs/notify/pull/657) - Fix `Event::kind` serialization with serialization-compat-6 by [@&#8203;Legend-Master](https://github.com/Legend-Master) in [#&#8203;660](https://github.com/notify-rs/notify/pull/660) - In notify-types, relicense src/event.rs to (MIT OR Apache-2.0) by [@&#8203;musicinmybrain](https://github.com/musicinmybrain) in [#&#8203;662](https://github.com/notify-rs/notify/pull/662) #### New Contributors - [@&#8203;BenjaminBrienen](https://github.com/BenjaminBrienen) made their first contribution in [#&#8203;652](https://github.com/notify-rs/notify/pull/652) - [@&#8203;Wrench56](https://github.com/Wrench56) made their first contribution in [#&#8203;655](https://github.com/notify-rs/notify/pull/655) - [@&#8203;hugwijst](https://github.com/hugwijst) made their first contribution in [#&#8203;635](https://github.com/notify-rs/notify/pull/635) - [@&#8203;ruihe774](https://github.com/ruihe774) made their first contribution in [#&#8203;647](https://github.com/notify-rs/notify/pull/647) - [@&#8203;Legend-Master](https://github.com/Legend-Master) made their first contribution in [#&#8203;660](https://github.com/notify-rs/notify/pull/660) - [@&#8203;musicinmybrain](https://github.com/musicinmybrain) made their first contribution in [#&#8203;662](https://github.com/notify-rs/notify/pull/662) **Full Changelog**: <https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODYuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate notify to v8
All checks were successful
CI - Linux / CI - Linux x86_64 (pull_request) Successful in 26s
f70739e043
navicore deleted branch renovate/notify-8.x 2026-05-20 19:16:07 +00:00
Sign in to join this conversation.
No description provided.