[PR #286] [MERGED] build(deps): bump notify from 6.0.1 to 6.1.1 #7630

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/286
Author: @dependabot[bot]
Created: 8/28/2023
Status: Merged
Merged: 8/28/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/notify-6.1.1


📝 Commits (1)

  • 10f8bba build(deps): bump notify from 6.0.1 to 6.1.1

📊 Changes

2 files changed (+9 additions, -8 deletions)

View changed files

📝 Cargo.lock (+8 -7)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps notify from 6.0.1 to 6.1.1.

Release notes

Sourced from notify's releases.

notify 6.1.1 (2023-08-21)

  • CHANGE: remove serde binary experiment opt-out after it got removed #530

#530: notify-rs/notify#530

notify 6.1.0 (2023-08-18)

  • CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 #528
  • CHANGE: license changed to only CC0-1.0 #520
  • CHANGE: use logging #499
  • CHANGE: upgrade windows-sys to 0.48 #479
  • CHANGE: bump filetime to 0.2.22 #521
  • FEATURE: support manual polling of PollWatcher and disabling automatic polling #524
  • FEATURE: support listening to the initial pollwatcher file scan #507
  • FIX: fix moved folders not being watched on linux #498
  • FIX: fixup potential future double free on windows #517
  • FIX: require bitflags only on macos and upgrade the crate #505
  • DOCS: add more known issues, typos and cleanup examples #523 #502 #522

#524: notify-rs/notify#524 #523: notify-rs/notify#523 #502: notify-rs/notify#502 #522: notify-rs/notify#522 #479: notify-rs/notify#479 #521: notify-rs/notify#521 #517: notify-rs/notify#517 #507: notify-rs/notify#507 #499: notify-rs/notify#499 #505: notify-rs/notify#505 #498: notify-rs/notify#498 #520: notify-rs/notify#520 #528: notify-rs/notify#528

Changelog

Sourced from notify's changelog.

notify 6.1.1 (2023-08-21)

  • CHANGE: remove serde binary experiment opt-out after it got removed #530

file-id 0.2.1 (2023-08-21)

  • CHANGE: remove serde binary experiment opt-out after it got removed #530

#530: notify-rs/notify#530

debouncer-full 0.3.0 (2023-08-18)

  • CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 #528
  • CHANGE: license changed to dual-license of MIT OR Apache-2.0 #520
  • CHANGE: upgrade to file-id 0.2.0 for high resolution file IDs #494
  • FEATURE: derive debug for the debouncer struct #510

debouncer-mini 0.4.0 (2023-08-18)

  • CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 #528
  • CHANGE: license changed to dual-license of MIT OR Apache-2.0 #520
  • CHANGE: replace active polling with passive loop, removing empty ticks #467
  • FEATURE: derive debug for the debouncer struct #510

#467: notify-rs/notify#467 #510: notify-rs/notify#510

notify 6.1.0 (2023-08-18)

  • CHANGE: opt-out of the serde binary experiment by restricting it to < 1.0.172 #528
  • CHANGE: license changed to only CC0-1.0 #520
  • CHANGE: use logging #499
  • CHANGE: upgrade windows-sys to 0.48 #479
  • CHANGE: bump filetime to 0.2.22 #521
  • FEATURE: support manual polling of PollWatcher and disabling automatic polling #524
  • FEATURE: support listening to the initial pollwatcher file scan #507
  • FIX: fix moved folders not being watched on linux #498
  • FIX: fixup potential future double free on windows #517
  • FIX: require bitflags only on macos and upgrade the crate #505
  • DOCS: add more known issues, typos and cleanup examples #523 #502 #522

#524: notify-rs/notify#524 #523: notify-rs/notify#523 #502: notify-rs/notify#502 #522: notify-rs/notify#522 #479: notify-rs/notify#479 #521: notify-rs/notify#521 #517: notify-rs/notify#517 #507: notify-rs/notify#507 #499: notify-rs/notify#499

... (truncated)

Commits
  • 4a00121 remove serde restriction and publish new versions
  • 03ac300 Fix a filename of example
  • 2e971e5 cleanup removed used-by entries
  • 1cdf75f fixup changelog to correct serde version
  • 738957a prepare notify 6.1.0, debouncer-mini, 0.4.0 debouncer-full 0.3.0, file-id 0.2.0
  • 1420e46 opt-out of serde binary experiment
  • e6b239b remove old artistic link
  • 5ef6dce fixup readme license linked
  • 2e0fb36 add manual polling for PollWatcher
  • 6e2f1f4 document more known issues and typos
  • 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/286 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/28/2023 **Status:** ✅ Merged **Merged:** 8/28/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/notify-6.1.1` --- ### 📝 Commits (1) - [`10f8bba`](https://github.com/JakeStanger/ironbar/commit/10f8bbae3ff743d351a968dfdb94c931a3b2f671) build(deps): bump notify from 6.0.1 to 6.1.1 ### 📊 Changes **2 files changed** (+9 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+8 -7) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [notify](https://github.com/notify-rs/notify) from 6.0.1 to 6.1.1. <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 6.1.1 (2023-08-21)</h2> <ul> <li>CHANGE: remove serde binary experiment opt-out after it got removed <a href="https://redirect.github.com/notify-rs/notify/issues/530">#530</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/530">#530</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/530">notify-rs/notify#530</a></p> <h2>notify 6.1.0 (2023-08-18)</h2> <ul> <li>CHANGE: opt-out of the serde binary experiment by restricting it to &lt; 1.0.172 <a href="https://redirect.github.com/notify-rs/notify/issues/528">#528</a></li> <li>CHANGE: license changed to only CC0-1.0 <a href="https://redirect.github.com/notify-rs/notify/issues/520">#520</a></li> <li>CHANGE: use logging <a href="https://redirect.github.com/notify-rs/notify/issues/499">#499</a></li> <li>CHANGE: upgrade windows-sys to 0.48 <a href="https://redirect.github.com/notify-rs/notify/issues/479">#479</a></li> <li>CHANGE: bump filetime to 0.2.22 <a href="https://redirect.github.com/notify-rs/notify/issues/521">#521</a></li> <li>FEATURE: support manual polling of PollWatcher and disabling automatic polling <a href="https://redirect.github.com/notify-rs/notify/issues/524">#524</a></li> <li>FEATURE: support listening to the initial pollwatcher file scan <a href="https://redirect.github.com/notify-rs/notify/issues/507">#507</a></li> <li>FIX: fix moved folders not being watched on linux <a href="https://redirect.github.com/notify-rs/notify/issues/498">#498</a></li> <li>FIX: fixup potential future double free on windows <a href="https://redirect.github.com/notify-rs/notify/issues/517">#517</a></li> <li>FIX: require bitflags only on macos and upgrade the crate <a href="https://redirect.github.com/notify-rs/notify/issues/505">#505</a></li> <li>DOCS: add more known issues, typos and cleanup examples <a href="https://redirect.github.com/notify-rs/notify/issues/523">#523</a> <a href="https://redirect.github.com/notify-rs/notify/issues/502">#502</a> <a href="https://redirect.github.com/notify-rs/notify/issues/522">#522</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/524">#524</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/524">notify-rs/notify#524</a> <a href="https://redirect.github.com/notify-rs/notify/issues/523">#523</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/523">notify-rs/notify#523</a> <a href="https://redirect.github.com/notify-rs/notify/issues/502">#502</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/502">notify-rs/notify#502</a> <a href="https://redirect.github.com/notify-rs/notify/issues/522">#522</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/522">notify-rs/notify#522</a> <a href="https://redirect.github.com/notify-rs/notify/issues/479">#479</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/479">notify-rs/notify#479</a> <a href="https://redirect.github.com/notify-rs/notify/issues/521">#521</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/521">notify-rs/notify#521</a> <a href="https://redirect.github.com/notify-rs/notify/issues/517">#517</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/517">notify-rs/notify#517</a> <a href="https://redirect.github.com/notify-rs/notify/issues/507">#507</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/507">notify-rs/notify#507</a> <a href="https://redirect.github.com/notify-rs/notify/issues/499">#499</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/499">notify-rs/notify#499</a> <a href="https://redirect.github.com/notify-rs/notify/issues/505">#505</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/505">notify-rs/notify#505</a> <a href="https://redirect.github.com/notify-rs/notify/issues/498">#498</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/498">notify-rs/notify#498</a> <a href="https://redirect.github.com/notify-rs/notify/issues/520">#520</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/520">notify-rs/notify#520</a> <a href="https://redirect.github.com/notify-rs/notify/issues/528">#528</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/528">notify-rs/notify#528</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 6.1.1 (2023-08-21)</h2> <ul> <li>CHANGE: remove serde binary experiment opt-out after it got removed <a href="https://redirect.github.com/notify-rs/notify/issues/530">#530</a></li> </ul> <h2>file-id 0.2.1 (2023-08-21)</h2> <ul> <li>CHANGE: remove serde binary experiment opt-out after it got removed <a href="https://redirect.github.com/notify-rs/notify/issues/530">#530</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/530">#530</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/530">notify-rs/notify#530</a></p> <h2>debouncer-full 0.3.0 (2023-08-18)</h2> <ul> <li>CHANGE: opt-out of the serde binary experiment by restricting it to &lt; 1.0.172 <a href="https://redirect.github.com/notify-rs/notify/issues/528">#528</a></li> <li>CHANGE: license changed to dual-license of MIT OR Apache-2.0 <a href="https://redirect.github.com/notify-rs/notify/issues/520">#520</a></li> <li>CHANGE: upgrade to file-id 0.2.0 for high resolution file IDs <a href="https://redirect.github.com/notify-rs/notify/issues/494">#494</a></li> <li>FEATURE: derive debug for the debouncer struct <a href="https://redirect.github.com/notify-rs/notify/issues/510">#510</a></li> </ul> <h2>debouncer-mini 0.4.0 (2023-08-18)</h2> <ul> <li>CHANGE: opt-out of the serde binary experiment by restricting it to &lt; 1.0.172 <a href="https://redirect.github.com/notify-rs/notify/issues/528">#528</a></li> <li>CHANGE: license changed to dual-license of MIT OR Apache-2.0 <a href="https://redirect.github.com/notify-rs/notify/issues/520">#520</a></li> <li>CHANGE: replace active polling with passive loop, removing empty ticks <a href="https://redirect.github.com/notify-rs/notify/issues/467">#467</a></li> <li>FEATURE: derive debug for the debouncer struct <a href="https://redirect.github.com/notify-rs/notify/issues/510">#510</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/467">#467</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/467">notify-rs/notify#467</a> <a href="https://redirect.github.com/notify-rs/notify/issues/510">#510</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/510">notify-rs/notify#510</a></p> <h2>notify 6.1.0 (2023-08-18)</h2> <ul> <li>CHANGE: opt-out of the serde binary experiment by restricting it to &lt; 1.0.172 <a href="https://redirect.github.com/notify-rs/notify/issues/528">#528</a></li> <li>CHANGE: license changed to only CC0-1.0 <a href="https://redirect.github.com/notify-rs/notify/issues/520">#520</a></li> <li>CHANGE: use logging <a href="https://redirect.github.com/notify-rs/notify/issues/499">#499</a></li> <li>CHANGE: upgrade windows-sys to 0.48 <a href="https://redirect.github.com/notify-rs/notify/issues/479">#479</a></li> <li>CHANGE: bump filetime to 0.2.22 <a href="https://redirect.github.com/notify-rs/notify/issues/521">#521</a></li> <li>FEATURE: support manual polling of PollWatcher and disabling automatic polling <a href="https://redirect.github.com/notify-rs/notify/issues/524">#524</a></li> <li>FEATURE: support listening to the initial pollwatcher file scan <a href="https://redirect.github.com/notify-rs/notify/issues/507">#507</a></li> <li>FIX: fix moved folders not being watched on linux <a href="https://redirect.github.com/notify-rs/notify/issues/498">#498</a></li> <li>FIX: fixup potential future double free on windows <a href="https://redirect.github.com/notify-rs/notify/issues/517">#517</a></li> <li>FIX: require bitflags only on macos and upgrade the crate <a href="https://redirect.github.com/notify-rs/notify/issues/505">#505</a></li> <li>DOCS: add more known issues, typos and cleanup examples <a href="https://redirect.github.com/notify-rs/notify/issues/523">#523</a> <a href="https://redirect.github.com/notify-rs/notify/issues/502">#502</a> <a href="https://redirect.github.com/notify-rs/notify/issues/522">#522</a></li> </ul> <p><a href="https://redirect.github.com/notify-rs/notify/issues/524">#524</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/524">notify-rs/notify#524</a> <a href="https://redirect.github.com/notify-rs/notify/issues/523">#523</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/523">notify-rs/notify#523</a> <a href="https://redirect.github.com/notify-rs/notify/issues/502">#502</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/502">notify-rs/notify#502</a> <a href="https://redirect.github.com/notify-rs/notify/issues/522">#522</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/522">notify-rs/notify#522</a> <a href="https://redirect.github.com/notify-rs/notify/issues/479">#479</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/479">notify-rs/notify#479</a> <a href="https://redirect.github.com/notify-rs/notify/issues/521">#521</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/521">notify-rs/notify#521</a> <a href="https://redirect.github.com/notify-rs/notify/issues/517">#517</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/517">notify-rs/notify#517</a> <a href="https://redirect.github.com/notify-rs/notify/issues/507">#507</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/507">notify-rs/notify#507</a> <a href="https://redirect.github.com/notify-rs/notify/issues/499">#499</a>: <a href="https://redirect.github.com/notify-rs/notify/pull/499">notify-rs/notify#499</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/notify-rs/notify/commit/4a001215b36d90585c555b0d0a01c9321b003b9e"><code>4a00121</code></a> remove serde restriction and publish new versions</li> <li><a href="https://github.com/notify-rs/notify/commit/03ac300d368d4d5b38e92e5953f1152cde937c79"><code>03ac300</code></a> Fix a filename of example</li> <li><a href="https://github.com/notify-rs/notify/commit/2e971e59dbc6f8492480500526124a6ceb8efc1d"><code>2e971e5</code></a> cleanup removed used-by entries</li> <li><a href="https://github.com/notify-rs/notify/commit/1cdf75fdc96b71e045ab911f473ef4491cc13da4"><code>1cdf75f</code></a> fixup changelog to correct serde version</li> <li><a href="https://github.com/notify-rs/notify/commit/738957a91f2f75a88a0eaa7a69b94ca045ed28ae"><code>738957a</code></a> prepare notify 6.1.0, debouncer-mini, 0.4.0 debouncer-full 0.3.0, file-id 0.2.0</li> <li><a href="https://github.com/notify-rs/notify/commit/1420e46e8be92a9a9bae2ace189d0f9d39ab322a"><code>1420e46</code></a> opt-out of serde binary experiment</li> <li><a href="https://github.com/notify-rs/notify/commit/e6b239b2c19447fac15bf7d06e5d2e36635864cd"><code>e6b239b</code></a> remove old artistic link</li> <li><a href="https://github.com/notify-rs/notify/commit/5ef6dcedb8161051a2931f054149bb82ded54bb6"><code>5ef6dce</code></a> fixup readme license linked</li> <li><a href="https://github.com/notify-rs/notify/commit/2e0fb36eeab615894a0113ec6b6d6727ae0c7ca2"><code>2e0fb36</code></a> add manual polling for PollWatcher</li> <li><a href="https://github.com/notify-rs/notify/commit/6e2f1f46a1121a8d17e6982a9562809de3466e9d"><code>6e2f1f4</code></a> document more known issues and typos</li> <li>Additional commits viewable in <a href="https://github.com/notify-rs/notify/compare/notify-6.0.1...notify-6.1.1">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=6.0.1&new-version=6.1.1)](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-23 02:55:22 +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#7630
No description provided.