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

Bump notify from 5.0.0-pre.13 to 5.0.0-pre.14 #347

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps notify from 5.0.0-pre.13 to 5.0.0-pre.14.

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

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

@dependabot dependabot bot requested a review from hannobraun as a code owner March 14, 2022 12:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 14, 2022
@dependabot dependabot bot force-pushed the dependabot/cargo/notify-5.0.0-pre.14 branch 2 times, most recently from 0e4879f to ee38864 Compare March 14, 2022 12:55
@hannobraun hannobraun enabled auto-merge March 14, 2022 12:59
Bumps [notify](https://github.com/notify-rs/notify) from 5.0.0-pre.13 to 5.0.0-pre.14.
- [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.13...5.0.0-pre.14)

---
updated-dependencies:
- dependency-name: notify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/notify-5.0.0-pre.14 branch from ee38864 to 147dd03 Compare March 14, 2022 13:00
@hannobraun hannobraun merged commit 178dfec into main Mar 14, 2022
@hannobraun hannobraun deleted the dependabot/cargo/notify-5.0.0-pre.14 branch March 14, 2022 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant