Skip to content

Commit cd6d154

Browse files
chore(deps): Bump notify from 6.0.0 to 6.0.1 (#17700)
Bumps [notify](https://github.com/notify-rs/notify) from 6.0.0 to 6.0.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.0.1 (2023-06-16)</h2> <ul> <li>DOCS: fix swapped debouncer-full / -mini links in the readme/crates.io <a href="https://github.com/notify-rs/notify/commit/4be6bdef4fa7b260a3a56a11212ac074f8e39b39">4be6bde</a></li> </ul> </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.0.1 (2023-06-16)</h2> <ul> <li>DOCS: fix swapped debouncer-full / -mini links in the readme/crates.io <a href="https://github.com/notify-rs/notify/commit/4be6bdef4fa7b260a3a56a11212ac074f8e39b39">4be6bde</a></li> </ul> <h2>debouncer-full 0.2.0 (2023-06-16)</h2> <ul> <li>CHANGE: emit events as <code>DebouncedEvent</code>s, each containing the original notify event and the time at which it occurred <a href="https://github.com/notify-rs/notify/issues/488">#488</a></li> </ul> <p><a href="https://github.com/notify-rs/notify/issues/488">#488</a>: <a href="https://github.com/notify-rs/notify/pull/488">notify-rs/notify#488</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/notify-rs/notify/commit/5f8cbebea354175ec6afbdd8863720742e531b3a"><code>5f8cbeb</code></a> more things to check for releases</li> <li><a href="https://github.com/notify-rs/notify/commit/036750022f72b884cc4dd8fffb487e925826c2b7"><code>0367500</code></a> prepare notify v6.0.1</li> <li><a href="https://github.com/notify-rs/notify/commit/c7b07562691165a79c05dbee39132a3b3ad99a14"><code>c7b0756</code></a> add missing link for PR 488</li> <li><a href="https://github.com/notify-rs/notify/commit/40ec37f95e77344e1480cd461aefb015b0d47d8e"><code>40ec37f</code></a> cargo fmt over everything</li> <li><a href="https://github.com/notify-rs/notify/commit/0611b06917ed9d7fe47948859948d697d40bb048"><code>0611b06</code></a> move fs import so it won't emit warnings</li> <li><a href="https://github.com/notify-rs/notify/commit/58a4c13255fc6102032add65b0b9bc3f65b286e8"><code>58a4c13</code></a> Add <code>DebouncedEvent</code> to debouncer-full</li> <li><a href="https://github.com/notify-rs/notify/commit/4bce6374115c569a2ed77098934613256f6f95fe"><code>4bce637</code></a> fixup debouncer-mini version for examples</li> <li><a href="https://github.com/notify-rs/notify/commit/4be6bdef4fa7b260a3a56a11212ac074f8e39b39"><code>4be6bde</code></a> fix mixed up debouncer mini/full link</li> <li><a href="https://github.com/notify-rs/notify/commit/936794f064dcfd64282b5b208b123be50549a478"><code>936794f</code></a> actually increase debouncer-mini version 0.3.0</li> <li>See full diff in <a href="https://github.com/notify-rs/notify/compare/notify-6.0.0...notify-6.0.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.0&new-version=6.0.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 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>
1 parent d122d32 commit cd6d154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ mongodb = { version = "2.5.0", default-features = false, features = ["tokio-runt
279279
nats = { version = "0.24.0", default-features = false, optional = true }
280280
nkeys = { version = "0.3.0", default-features = false, optional = true }
281281
nom = { version = "7.1.3", default-features = false, optional = true }
282-
notify = { version = "6.0.0", default-features = false, features = ["macos_fsevent"] }
282+
notify = { version = "6.0.1", default-features = false, features = ["macos_fsevent"] }
283283
once_cell = { version = "1.18", default-features = false }
284284
openssl = { version = "0.10.54", default-features = false, features = ["vendored"] }
285285
openssl-probe = { version = "0.1.5", default-features = false }

0 commit comments

Comments
 (0)