Skip to content

build(deps): bump notify from 9.0.0-rc.4 to 9.0.0-rc.5 - #59

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/notify-9.0.0-rc.5
Closed

build(deps): bump notify from 9.0.0-rc.4 to 9.0.0-rc.5#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/notify-9.0.0-rc.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps notify from 9.0.0-rc.4 to 9.0.0-rc.5.

Release notes

Sourced from notify's releases.

notify: v9.0.0-rc.5

notify 9.0.0-rc.5 (2026-08-30)

  • CHANGE: update to edition 2024
  • FEATURE: [FreeBSD] select native inotify automatically when building on FreeBSD 14.5+ and kqueue otherwise. The freebsd_inotify feature enables inotify when cross-compiling for FreeBSD 14.5+.
  • DEPS: bump inotify to 0.11.4 for native FreeBSD support
  • FEATURE: [macOS] add Config::with_fsevent_latency to configure FSEvents stream latency #930
  • FIX: [linux] coalesce duplicate inotify cleanup events and handle kernel-removed descriptors without spurious EINVAL or WatchNotFound logs
  • FIX: [windows] emit a Remove event when a watched directory is deleted, matching inotify and FSEvents
  • FIX: [windows] surface ReadDirectoryChangesW read-start failures #935
  • FIX: [windows] prevent watch shutdown and watched-directory deletion races from emitting spurious I/O errors #958
  • FIX: [windows] emit a rescan event when ReadDirectoryChangesW discards change details #964
  • FEATURE: [windows] report created file/folder kinds when they can be determined #935
  • CHANGE: [macOS] improve FSEvents callback performance by avoiding unnecessary allocations and repeated handler locking
  • FIX: [macOS] refuse to create FSEvents streams whose combined path count would make macOS close a file descriptor this process owns
  • CHANGE: [macOS] pass a single FSEvents stream root for watches nested inside another recursive watch on the same volume; a coalesced watch no longer reports a separate root-changed event when it or one of its ancestors is renamed
  • PERF: [kqueue] avoid filesystem walks for recursive kqueue unwatch
  • FEATURE: add Watcher::watch_with to pass per-path settings, and WatchPathConfig::with_dereference_symlinks to watch a symbolic link itself instead of its destination, which also makes a dangling link watchable #255
  • FIX: [poll] detect subsecond file mtime changes without content hashing

#255: notify-rs/notify#255 #930: notify-rs/notify#930 #935: notify-rs/notify#935 #958: notify-rs/notify#958

Commits
  • 853729a chore: prepare 9.0.0-rc.5 (#994)
  • 17640f3 chore(deps): update rust crate serde_json to v1.0.151 (#991)
  • b62bdc9 chore(deps): update rust crate xxhash-rust to v0.8.18 (#992)
  • d263731 feat: update to edition 2024 (#990)
  • 4841524 feat(freebsd): select inotify on 14.5+ (#989)
  • 130cd27 perf(windows): reduce fs::metadata calls when adding a watch (#987)
  • 9be985b PollWatcher: detect subsecond mtime changes (#981)
  • 6145227 refactor(file-id): reduce unsafe block range and add safety comment (#980)
  • 7e0d192 fsevent: share the callback_impl test scaffolding (#983)
  • 754eb54 chore(deps): update rust crate inotify to v0.11.5 (#985)
  • 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 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)

Bumps [notify](https://github.com/notify-rs/notify) from 9.0.0-rc.4 to 9.0.0-rc.5.
- [Release notes](https://github.com/notify-rs/notify/releases)
- [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md)
- [Commits](notify-rs/notify@notify-9.0.0-rc.4...notify-9.0.0-rc.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 3, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

Looks like notify is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 11, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/notify-9.0.0-rc.5 branch September 11, 2026 12:17
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.

0 participants