Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update notify requirement from =5.0.0-pre.11 to =5.0.0-pre.14 #24

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2022

Updates the requirements on notify to permit the latest version.

Release notes

Sourced from notify's releases.

5.0.0-pre.14 (2022-03-13)

  • CHANGE: upgrade mio to 0.8 #386
  • CHANGE: PollWatcher: unify signature of new and with_delay #360
  • CHANGE: emit EventKind::Modify on kqueue write event #370
  • CHANGE: use RenameMode::Any for renaming events #371
  • CHANGE: name all threads spawned by notify #383
  • FEATURE: Add Watcher::kind() #364
  • FEATURE: Add more Debug/Copy trait impls #377 #378
  • FIX: Fix selection of RecommendedWatcher for macos_kqueue feature #362
  • FIX: Turn possible panic into an error in FSEvents backend when file is deleted rapidly #369
  • FIX: lqueue: emit Create Events and watch all files in a directory #372
  • FIX: inotify: don't panic on shutdown #373

#386: notify-rs/notify#386 #360: notify-rs/notify#360 #370: notify-rs/notify#370 #371: notify-rs/notify#371 #383: notify-rs/notify#383 #364: notify-rs/notify#364 #377: notify-rs/notify#377 #378: notify-rs/notify#378 #362: notify-rs/notify#362 #369: notify-rs/notify#369 #372: notify-rs/notify#372 #373: notify-rs/notify#373

Changelog

Sourced from notify's changelog.

5.0.0-pre.14 (2022-03-13)

  • CHANGE: upgrade mio to 0.8 #386
  • CHANGE: PollWatcher: unify signature of new and with_delay #360
  • CHANGE: emit EventKind::Modify on kqueue write event #370
  • CHANGE: use RenameMode::Any for renaming events #371
  • CHANGE: name all threads spawned by notify #383
  • FEATURE: Add Watcher::kind() #364
  • FEATURE: Add more Debug/Copy trait impls #377 #378
  • FIX: Fix selection of RecommendedWatcher for macos_kqueue feature #362
  • FIX: Turn possible panic into an error in FSEvents backend when file is deleted rapidly #369
  • FIX: lqueue: emit Create Events and watch all files in a directory #372
  • FIX: inotify: don't panic on shutdown #373

#386: notify-rs/notify#386 #360: notify-rs/notify#360 #370: notify-rs/notify#370 #371: notify-rs/notify#371 #383: notify-rs/notify#383 #364: notify-rs/notify#364 #377: notify-rs/notify#377 #378: notify-rs/notify#378 #362: notify-rs/notify#362 #369: notify-rs/notify#369 #372: notify-rs/notify#372 #373: notify-rs/notify#373

5.0.0-pre.13 (2021-09-07)

  • Fix: Add path information to inotify and kqueue watch/unwatch errors #354
  • Fix: Delete dbg call from kqueue.rs #357

#354: notify-rs/notify#354 #357: notify-rs/notify#357

5.0.0-pre.12 (2021-08-12)

  • CHANGE: Move creation of watcher into trait #345
  • CHANGE: Add EventHandler trait to replace EventFn #346
  • FIX: Fix build failure on x86_64-unknown-netbsd #347

#345: notify-rs/notify#345 #346: notify-rs/notify#346 #347: notify-rs/notify#347

5.0.0-pre.11 (2021-07-22)

  • FEATURE: Add Kqueue backend for use on BSD #335
  • CHANGE: Change EventFn to take FnMut #333

... (truncated)

Commits
  • 474831b Prepare 5.0.0-pre.14
  • b1802ec upgrade mio to 0.8
  • 59efaa2 Clarified names a bit more
  • ec249d9 Discard Result<> from spawn whenever a JoinHandle isn't required
  • 833ee36 cargo fmt
  • 139cbbb Specify a name for every thread notify creates
  • 0faae41 Add Debug impl to fs/windows watchers
  • 8948dd1 fsevent: use RenameMode::Any
  • 0697fae Format and fix clippy warning (#379)
  • 704e6d6 Add more trait impls, in particular Debug
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@5.0.0-pre.11...5.0.0-pre.14)

---
updated-dependencies:
- dependency-name: notify
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 14, 2022

The following labels could not be found: C-Dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 2, 2022

Superseded by #30.

@dependabot dependabot bot closed this May 2, 2022
@dependabot dependabot bot deleted the dependabot/cargo/notify-eq-5.0.0-pre.14 branch May 2, 2022 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants