[PR #1079] [MERGED] build(deps): bump notify from 8.0.0 to 8.1.0 #3940

Closed
opened 2026-05-22 23:57:15 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1079
Author: @dependabot[bot]
Created: 7/7/2025
Status: Merged
Merged: 7/8/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/notify-8.1.0


📝 Commits (1)

  • b6d8d73 build(deps): bump notify from 8.0.0 to 8.1.0

📊 Changes

2 files changed (+92 additions, -33 deletions)

View changed files

📝 Cargo.lock (+91 -32)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps notify from 8.0.0 to 8.1.0.

Release notes

Sourced from notify's releases.

notify v8.1.0

What's Changed

New Contributors

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

Changelog

Sourced from notify's changelog.

notify 8.1.0 (2025-07-03)

  • FEATURE: added support for the flume crate
  • FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683
  • FIX: Return the crate error PathNotFound instead bubbling up the std::io error #685
  • FIX: fix server hangs when trashing folders on Windows #674

debouncer-full 0.6.0 (unreleased)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids
  • FEATURE: added support for the flume crate

debouncer-mini 0.7.0 (unreleased)

  • FEATURE: added support for the flume crate

file-id 0.2.3 (unreleased)

  • CHANGE: implement AsRef<FileId> for FileId
Commits
  • 04473de chore: Prepare 8.1.0 release (#697)
  • 12a026d fix: make PathsMut::commit consuming (#695)
  • d824023 feat: introduce Watcher::paths_mut for adding/removing paths in batch (#692)
  • b984134 Do not clone paths while walking dirs (#693)
  • 416ba82 chore: Use MSRV for Clippy and rustfmt (#694)
  • 10ce3ef Update windows-sys to v0.60 (#691)
  • 850833f Remove filetime dependency (#690)
  • 65ea4b7 windows: Fix server hangs under some circumstance (#674)
  • f5c6814 Make INotifyWatcher return the native PathNotFound error when watchin… (#686)
  • df83fd2 chore(ci): Use stable toolchain for rustfmt/clippy (#689)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1079 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/8/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/notify-8.1.0` --- ### 📝 Commits (1) - [`b6d8d73`](https://github.com/JakeStanger/ironbar/commit/b6d8d73858e3eb5c2f325f8f7f04a7043d7ba16c) build(deps): bump notify from 8.0.0 to 8.1.0 ### 📊 Changes **2 files changed** (+92 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+91 -32) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [notify](https://github.com/notify-rs/notify) from 8.0.0 to 8.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/notify-rs/notify/releases">notify's releases</a>.</em></p> <blockquote> <h2>notify v8.1.0</h2> <h2>What's Changed</h2> <ul> <li>Fix typo by <a href="https://github.com/mo8it"><code>@​mo8it</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/667">notify-rs/notify#667</a></li> <li>remove unused imports from documentation by <a href="https://github.com/20jasper"><code>@​20jasper</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/669">notify-rs/notify#669</a></li> <li>FileIdCache: Allow flexible handle instead of direct borrow for file ids by <a href="https://github.com/florian-g2"><code>@​florian-g2</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/664">notify-rs/notify#664</a></li> <li>Replace github ci workflow by <a href="https://github.com/dfaust"><code>@​dfaust</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/675">notify-rs/notify#675</a></li> <li>Add support for flume by <a href="https://github.com/RenDiego"><code>@​RenDiego</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/680">notify-rs/notify#680</a></li> <li>docs: fix link for file id by <a href="https://github.com/ckaznable"><code>@​ckaznable</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/682">notify-rs/notify#682</a></li> <li>Do not remove a filename twice by <a href="https://github.com/worr"><code>@​worr</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/683">notify-rs/notify#683</a></li> <li>Bump kqueue to 1.1.1 by <a href="https://github.com/worr"><code>@​worr</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/684">notify-rs/notify#684</a></li> <li>chore(ci): Use stable toolchain for rustfmt/clippy by <a href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/689">notify-rs/notify#689</a></li> <li>Make INotifyWatcher return the native PathNotFound error when watchin… by <a href="https://github.com/JanzenJohn"><code>@​JanzenJohn</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/686">notify-rs/notify#686</a></li> <li>windows: Fix server hangs under some circumstance by <a href="https://github.com/JunkuiZhang"><code>@​JunkuiZhang</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/674">notify-rs/notify#674</a></li> <li>Remove <code>filetime</code> dependency by <a href="https://github.com/a1phyr"><code>@​a1phyr</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/690">notify-rs/notify#690</a></li> <li>Update <code>windows-sys</code> to v0.60 by <a href="https://github.com/a1phyr"><code>@​a1phyr</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/691">notify-rs/notify#691</a></li> <li>chore: Use MSRV for Clippy and rustfmt by <a href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/694">notify-rs/notify#694</a></li> <li>Do not clone paths while walking dirs by <a href="https://github.com/riberk"><code>@​riberk</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/693">notify-rs/notify#693</a></li> <li>feat: introduce <code>Watcher::paths_mut</code> for adding/removing paths in batch by <a href="https://github.com/branchseer"><code>@​branchseer</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/692">notify-rs/notify#692</a></li> <li>fix: make <code>PathsMut::commit</code> consuming by <a href="https://github.com/branchseer"><code>@​branchseer</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/695">notify-rs/notify#695</a></li> <li>chore: Prepare 8.1.0 release by <a href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/697">notify-rs/notify#697</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mo8it"><code>@​mo8it</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/667">notify-rs/notify#667</a></li> <li><a href="https://github.com/20jasper"><code>@​20jasper</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/669">notify-rs/notify#669</a></li> <li><a href="https://github.com/florian-g2"><code>@​florian-g2</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/664">notify-rs/notify#664</a></li> <li><a href="https://github.com/RenDiego"><code>@​RenDiego</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/680">notify-rs/notify#680</a></li> <li><a href="https://github.com/ckaznable"><code>@​ckaznable</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/682">notify-rs/notify#682</a></li> <li><a href="https://github.com/worr"><code>@​worr</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/683">notify-rs/notify#683</a></li> <li><a href="https://github.com/JanzenJohn"><code>@​JanzenJohn</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/686">notify-rs/notify#686</a></li> <li><a href="https://github.com/JunkuiZhang"><code>@​JunkuiZhang</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/674">notify-rs/notify#674</a></li> <li><a href="https://github.com/riberk"><code>@​riberk</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/693">notify-rs/notify#693</a></li> <li><a href="https://github.com/branchseer"><code>@​branchseer</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/692">notify-rs/notify#692</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0">https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/notify-rs/notify/blob/main/CHANGELOG.md">notify's changelog</a>.</em></p> <blockquote> <h2>notify 8.1.0 (2025-07-03)</h2> <ul> <li>FEATURE: added support for the <a href="https://docs.rs/flume"><code>flume</code></a> crate</li> <li>FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching <a href="https://redirect.github.com/notify-rs/notify/issues/683">#683</a></li> <li>FIX: Return the crate error <code>PathNotFound</code> instead bubbling up the std::io error <a href="https://redirect.github.com/notify-rs/notify/issues/685">#685</a></li> <li>FIX: fix server hangs when trashing folders on Windows <a href="https://redirect.github.com/notify-rs/notify/issues/674">#674</a></li> </ul> <h2>debouncer-full 0.6.0 (unreleased)</h2> <ul> <li>FEATURE: allow <code>FileIdCache</code> trait implementations to choose ownership of the returned file-ids</li> <li>FEATURE: added support for the <a href="https://docs.rs/flume"><code>flume</code></a> crate</li> </ul> <h2>debouncer-mini 0.7.0 (unreleased)</h2> <ul> <li>FEATURE: added support for the <a href="https://docs.rs/flume"><code>flume</code></a> crate</li> </ul> <h2>file-id 0.2.3 (unreleased)</h2> <ul> <li>CHANGE: implement <code>AsRef&lt;FileId&gt;</code> for <code>FileId</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/notify-rs/notify/commit/04473dea90a88c3444ff1a2876c4fbeda479441d"><code>04473de</code></a> chore: Prepare 8.1.0 release (<a href="https://redirect.github.com/notify-rs/notify/issues/697">#697</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/12a026d18ac097e578b2c3c2885ee60ae664072c"><code>12a026d</code></a> fix: make <code>PathsMut::commit</code> consuming (<a href="https://redirect.github.com/notify-rs/notify/issues/695">#695</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/d824023e483b24ceb398f08dec20f35ce575e7fa"><code>d824023</code></a> feat: introduce <code>Watcher::paths_mut</code> for adding/removing paths in batch (<a href="https://redirect.github.com/notify-rs/notify/issues/692">#692</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/b98413446040fe47e13eb3de7c8acd77d18aea78"><code>b984134</code></a> Do not clone paths while walking dirs (<a href="https://redirect.github.com/notify-rs/notify/issues/693">#693</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/416ba8248e25fc30b9503b1319933275c13e3576"><code>416ba82</code></a> chore: Use MSRV for Clippy and rustfmt (<a href="https://redirect.github.com/notify-rs/notify/issues/694">#694</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/10ce3ef6b79555159fae8a02919a43b499d1c2c3"><code>10ce3ef</code></a> Update <code>windows-sys</code> to v0.60 (<a href="https://redirect.github.com/notify-rs/notify/issues/691">#691</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/850833f69643d36bc6100896559e58027161e006"><code>850833f</code></a> Remove <code>filetime</code> dependency (<a href="https://redirect.github.com/notify-rs/notify/issues/690">#690</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/65ea4b7845c3af1e547e4b3a044bba83c86bf400"><code>65ea4b7</code></a> windows: Fix server hangs under some circumstance (<a href="https://redirect.github.com/notify-rs/notify/issues/674">#674</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/f5c68147d22213d7636ec05460c833286e57c678"><code>f5c6814</code></a> Make INotifyWatcher return the native PathNotFound error when watchin… (<a href="https://redirect.github.com/notify-rs/notify/issues/686">#686</a>)</li> <li><a href="https://github.com/notify-rs/notify/commit/df83fd2bb6495bdac98630e4daa1ac72b4bf25f3"><code>df83fd2</code></a> chore(ci): Use stable toolchain for rustfmt/clippy (<a href="https://redirect.github.com/notify-rs/notify/issues/689">#689</a>)</li> <li>Additional commits viewable in <a href="https://github.com/notify-rs/notify/compare/notify-8.0.0...notify-8.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notify&package-manager=cargo&previous-version=8.0.0&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 23:57:15 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#3940
No description provided.