[PR #840] [MERGED] build(deps): bump notify from 7.0.0 to 8.0.0 #982

Closed
opened 2026-05-22 21:55:13 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/840
Author: @dependabot[bot]
Created: 1/13/2025
Status: Merged
Merged: 1/13/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/notify-8.0.0


📝 Commits (1)

  • 545b478 build(deps): bump notify from 7.0.0 to 8.0.0

📊 Changes

2 files changed (+26 additions, -29 deletions)

View changed files

📝 Cargo.lock (+25 -28)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps notify from 7.0.0 to 8.0.0.

Release notes

Sourced from notify's releases.

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 #635
  • FIX: unaligned access to FILE_NOTIFY_INFORMATION #647 breaking

#635: notify-rs/notify#635 #647: notify-rs/notify#647

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

#652: notify-rs/notify#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

New Contributors

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

Changelog

Sourced from notify's changelog.

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

#635: notify-rs/notify#635 #647: notify-rs/notify#647

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

#652: notify-rs/notify#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

notify-types 1.0.1 (2024-12-17)

  • FIX: Event::kind serialization with serialization-compat-6 feature #660

#660: notify-rs/notify#660

file-id 0.2.2 (2024-10-25)

  • CHANGE: get file stats without read permission #625

#625: notify-rs/notify#625

Commits
  • 48541cb Prepare release
  • 09a4b8a Update dependencies and fix clippy warnings
  • e812c01 Put web-time dependency behind web-time feature
  • d86a44d Merge pull request #662 from musicinmybrain/relicense-notify-types-src-event
  • b03127c In notify-types, relicense src/event.rs to (MIT OR Apache-2.0)
  • 82322bf Update changelog
  • a04a52c Merge pull request #660 from Legend-Master/fix-serialization-compat-6
  • b475d32 Fix serialization-compat-6 event type/kind
  • 343d0ef Clearify debouncer-full docs
  • 21c1813 Merge pull request #657 from dfaust/fixes
  • 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/840 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/13/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/notify-8.0.0` --- ### 📝 Commits (1) - [`545b478`](https://github.com/JakeStanger/ironbar/commit/545b478db06e1eab0c672e6527b27558cbd74675) build(deps): bump notify from 7.0.0 to 8.0.0 ### 📊 Changes **2 files changed** (+26 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+25 -28) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [notify](https://github.com/notify-rs/notify) from 7.0.0 to 8.0.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.0.0</h2> <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> <ul> <li>CHANGE: update notify to version 8.0.0</li> <li>CHANGE: pass <code>web-time</code> feature to notify-types</li> </ul> <h2>What's Changed</h2> <ul> <li>Fix tide example by <a href="https://github.com/dfaust"><code>@​dfaust</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/650">notify-rs/notify#650</a></li> <li>Fix advisory by <a href="https://github.com/BenjaminBrienen"><code>@​BenjaminBrienen</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/652">notify-rs/notify#652</a></li> <li>Bump version to <code>7.0.0</code> in <code>lib.rs</code> documentation by <a href="https://github.com/Wrench56"><code>@​Wrench56</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/655">notify-rs/notify#655</a></li> <li>Add config option to disable following symbolic links. by <a href="https://github.com/hugwijst"><code>@​hugwijst</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/635">notify-rs/notify#635</a></li> <li>Fix unaligned access to FILE_NOTIFY_INFORMATION by <a href="https://github.com/ruihe774"><code>@​ruihe774</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/647">notify-rs/notify#647</a></li> <li>Update changelog, MSRV and dependencies by <a href="https://github.com/dfaust"><code>@​dfaust</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/657">notify-rs/notify#657</a></li> <li>Fix <code>Event::kind</code> serialization with serialization-compat-6 by <a href="https://github.com/Legend-Master"><code>@​Legend-Master</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/660">notify-rs/notify#660</a></li> <li>In notify-types, relicense src/event.rs to (MIT OR Apache-2.0) by <a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a> in <a href="https://redirect.github.com/notify-rs/notify/pull/662">notify-rs/notify#662</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/BenjaminBrienen"><code>@​BenjaminBrienen</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/652">notify-rs/notify#652</a></li> <li><a href="https://github.com/Wrench56"><code>@​Wrench56</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/655">notify-rs/notify#655</a></li> <li><a href="https://github.com/hugwijst"><code>@​hugwijst</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/635">notify-rs/notify#635</a></li> <li><a href="https://github.com/ruihe774"><code>@​ruihe774</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/647">notify-rs/notify#647</a></li> <li><a href="https://github.com/Legend-Master"><code>@​Legend-Master</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/660">notify-rs/notify#660</a></li> <li><a href="https://github.com/musicinmybrain"><code>@​musicinmybrain</code></a> made their first contribution in <a href="https://redirect.github.com/notify-rs/notify/pull/662">notify-rs/notify#662</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.0">https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.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.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> <ul> <li>CHANGE: update notify to version 8.0.0</li> <li>CHANGE: pass <code>web-time</code> feature to notify-types</li> </ul> <h2>notify-types 1.0.1 (2024-12-17)</h2> <ul> <li>FIX: <code>Event::kind</code> serialization with <code>serialization-compat-6</code> feature <a href="https://redirect.github.com/notify-rs/notify/issues/660">#660</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/660">#660</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/660">notify-rs/notify#660</a></p> <h2>file-id 0.2.2 (2024-10-25)</h2> <ul> <li>CHANGE: get file stats without read permission <a href="https://redirect.github.com/notify-rs/notify/issues/625">#625</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/625">#625</a>: <a href="https://redirect.github.com/notify-rs/notify/issues/625">notify-rs/notify#625</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/notify-rs/notify/commit/48541cb70fd4bcca131f39878194d0a22bb776f6"><code>48541cb</code></a> Prepare release</li> <li><a href="https://github.com/notify-rs/notify/commit/09a4b8a5f85f93b598060cb3217d9a6e67746759"><code>09a4b8a</code></a> Update dependencies and fix clippy warnings</li> <li><a href="https://github.com/notify-rs/notify/commit/e812c01956e619e7934e43588712a0f98e6d7c18"><code>e812c01</code></a> Put web-time dependency behind <code>web-time</code> feature</li> <li><a href="https://github.com/notify-rs/notify/commit/d86a44d38b436a8b76d82f5371c8002ef0393d59"><code>d86a44d</code></a> Merge pull request <a href="https://redirect.github.com/notify-rs/notify/issues/662">#662</a> from musicinmybrain/relicense-notify-types-src-event</li> <li><a href="https://github.com/notify-rs/notify/commit/b03127ccf7bdd285dbe43f7a7da16f33bffe100e"><code>b03127c</code></a> In notify-types, relicense src/event.rs to (MIT OR Apache-2.0)</li> <li><a href="https://github.com/notify-rs/notify/commit/82322bf289b5282413e8113c9cd451ba1ada2d81"><code>82322bf</code></a> Update changelog</li> <li><a href="https://github.com/notify-rs/notify/commit/a04a52c6d258abeda5677821d64b1dc5d816b292"><code>a04a52c</code></a> Merge pull request <a href="https://redirect.github.com/notify-rs/notify/issues/660">#660</a> from Legend-Master/fix-serialization-compat-6</li> <li><a href="https://github.com/notify-rs/notify/commit/b475d32d63861e4fdd45c91bc48e70c5292e0eef"><code>b475d32</code></a> Fix serialization-compat-6 event type/kind</li> <li><a href="https://github.com/notify-rs/notify/commit/343d0ef806a51881a027384364fd0acd4e47d8df"><code>343d0ef</code></a> Clearify debouncer-full docs</li> <li><a href="https://github.com/notify-rs/notify/commit/21c1813414a90e7b679222360bf98b67c8455321"><code>21c1813</code></a> Merge pull request <a href="https://redirect.github.com/notify-rs/notify/issues/657">#657</a> from dfaust/fixes</li> <li>Additional commits viewable in <a href="https://github.com/notify-rs/notify/compare/notify-7.0.0...notify-8.0.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=7.0.0&new-version=8.0.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 21:55:13 +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#982
No description provided.