Commit 1ab3b14
chore(deps): bump notify from 6.1.1 to 8.2.0 in /panoptes (#115)
Bumps [notify](https://github.com/notify-rs/notify) from 6.1.1 to 8.2.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-8.2.0</h2>
<h2>notify 8.2.0 (2025-08-03)</h2>
<ul>
<li>FEATURE: notify user if inotify's <code>max_user_watches</code> has
been reached <a
href="https://redirect.github.com/notify-rs/notify/issues/698">#698</a></li>
<li>FIX: <code>INotifyWatcher</code> ignore events with unknown watch
descriptors (instead of <code>EventMask::Q_OVERFLOW</code>) <a
href="https://redirect.github.com/notify-rs/notify/issues/700">#700</a></li>
</ul>
<p><a
href="https://redirect.github.com/notify-rs/notify/issues/698">#698</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/698">notify-rs/notify#698</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/700">#700</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/700">notify-rs/notify#700</a></p>
<h2>debouncer-full 0.6.0 (2025-08-03)</h2>
<ul>
<li>FEATURE: allow <code>FileIdCache</code> trait implementations to
choose ownership of the returned file-ids <a
href="https://redirect.github.com/notify-rs/notify/issues/664">#664</a></li>
<li>FEATURE: added support for the <a
href="https://docs.rs/flume"><code>flume</code></a> crate <a
href="https://redirect.github.com/notify-rs/notify/issues/680">#680</a></li>
<li>FIX: skip all <code>Modify</code> events right after a
<code>Create</code> event, unless it's a rename event <a
href="https://redirect.github.com/notify-rs/notify/issues/701">#701</a></li>
</ul>
<p><a
href="https://redirect.github.com/notify-rs/notify/issues/664">#664</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/664">notify-rs/notify#664</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/680">#680</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/680">notify-rs/notify#680</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/701">#701</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/701">notify-rs/notify#701</a></p>
<h2>debouncer-mini 0.7.0 (2025-08-03)</h2>
<ul>
<li>FEATURE: added support for the <a
href="https://docs.rs/flume"><code>flume</code></a> crate <a
href="https://redirect.github.com/notify-rs/notify/issues/680">#680</a></li>
</ul>
<h2>file-id 0.2.3 (2025-08-03)</h2>
<ul>
<li>CHANGE: implement <code>AsRef<FileId></code> for
<code>FileId</code> <a
href="https://redirect.github.com/notify-rs/notify/issues/664">#664</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/notify-rs/notify/compare/notify-8.1.0...notify-8.2.0">https://github.com/notify-rs/notify/compare/notify-8.1.0...notify-8.2.0</a></p>
<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>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md">notify's
changelog</a>.</em></p>
<blockquote>
<h2>notify 8.2.0 (2025-08-03)</h2>
<ul>
<li>FEATURE: notify user if inotify's <code>max_user_watches</code> has
been reached <a
href="https://redirect.github.com/notify-rs/notify/issues/698">#698</a></li>
<li>FIX: <code>INotifyWatcher</code> ignore events with unknown watch
descriptors (instead of <code>EventMask::Q_OVERFLOW</code>) <a
href="https://redirect.github.com/notify-rs/notify/issues/700">#700</a></li>
</ul>
<p><a
href="https://redirect.github.com/notify-rs/notify/issues/698">#698</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/698">notify-rs/notify#698</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/700">#700</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/700">notify-rs/notify#700</a></p>
<h2>debouncer-full 0.6.0 (2025-08-03)</h2>
<ul>
<li>FEATURE: allow <code>FileIdCache</code> trait implementations to
choose ownership of the returned file-ids <a
href="https://redirect.github.com/notify-rs/notify/issues/664">#664</a></li>
<li>FEATURE: added support for the <a
href="https://docs.rs/flume"><code>flume</code></a> crate <a
href="https://redirect.github.com/notify-rs/notify/issues/680">#680</a></li>
<li>FIX: skip all <code>Modify</code> events right after a
<code>Create</code> event, unless it's a rename event <a
href="https://redirect.github.com/notify-rs/notify/issues/701">#701</a></li>
</ul>
<p><a
href="https://redirect.github.com/notify-rs/notify/issues/664">#664</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/664">notify-rs/notify#664</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/680">#680</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/680">notify-rs/notify#680</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/701">#701</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/701">notify-rs/notify#701</a></p>
<h2>debouncer-mini 0.7.0 (2025-08-03)</h2>
<ul>
<li>FEATURE: added support for the <a
href="https://docs.rs/flume"><code>flume</code></a> crate <a
href="https://redirect.github.com/notify-rs/notify/issues/680">#680</a></li>
</ul>
<h2>file-id 0.2.3 (2025-08-03)</h2>
<ul>
<li>CHANGE: implement <code>AsRef<FileId></code> for
<code>FileId</code> <a
href="https://redirect.github.com/notify-rs/notify/issues/664">#664</a></li>
</ul>
<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>notify 8.0.0 (2025-01-10)</h2>
<ul>
<li>CHANGE: update notify-types to version 2.0.0</li>
<li>CHANGE: raise MSRV to 1.77 <strong>breaking</strong></li>
<li>FEATURE: add config option to disable following symbolic links <a
href="https://redirect.github.com/notify-rs/notify/issues/635">#635</a></li>
<li>FIX: unaligned access to FILE_NOTIFY_INFORMATION <a
href="https://redirect.github.com/notify-rs/notify/issues/647">#647</a>
<strong>breaking</strong></li>
</ul>
<p><a
href="https://redirect.github.com/notify-rs/notify/issues/635">#635</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/635">notify-rs/notify#635</a>
<a
href="https://redirect.github.com/notify-rs/notify/issues/647">#647</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/647">notify-rs/notify#647</a></p>
<h2>notify-types 2.0.0 (2025-01-10)</h2>
<ul>
<li>CHANGE: replace instant crate with web-time <a
href="https://redirect.github.com/notify-rs/notify/issues/652">#652</a>
<strong>breaking</strong></li>
<li>CHANGE: the web-time dependency is now behind the
<code>web-time</code> feature <strong>breaking</strong></li>
</ul>
<p><a
href="https://redirect.github.com/notify-rs/notify/issues/652">#652</a>:
<a
href="https://redirect.github.com/notify-rs/notify/pull/652">notify-rs/notify#652</a></p>
<h2>debouncer-mini 0.6.0 (2025-01-10)</h2>
<ul>
<li>CHANGE: update notify to version 8.0.0</li>
</ul>
<h2>debouncer-full 0.5.0 (2025-01-10)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/notify-rs/notify/commit/a1d7c2d8f80786679d58ec6d5986a1d4278bc8cf"><code>a1d7c2d</code></a>
Prepare release (<a
href="https://redirect.github.com/notify-rs/notify/issues/706">#706</a>)</li>
<li><a
href="https://github.com/notify-rs/notify/commit/c685ea7d82b35b06bf81a824f68095e2bda6f0a7"><code>c685ea7</code></a>
Skip all <code>Modify</code> events right after a <code>Create</code>
event, unless it's a rename e...</li>
<li><a
href="https://github.com/notify-rs/notify/commit/e36d54e94d2c364478f99f1d3b62245ed2ad2926"><code>e36d54e</code></a>
fix: INotifyWatcher may raise events with no paths (<a
href="https://redirect.github.com/notify-rs/notify/issues/700">#700</a>)</li>
<li><a
href="https://github.com/notify-rs/notify/commit/394ef18bebf0063c717ff7ea7387d36dacaf2c1c"><code>394ef18</code></a>
feat(inotify): notify a user if the <code>max_user_watches</code> has
been reached impli...</li>
<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>Additional commits viewable in <a
href="https://github.com/notify-rs/notify/compare/notify-6.1.1...notify-8.2.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>1 parent 7f144bb commit 1ab3b14
2 files changed
Lines changed: 71 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments