Skip to content

chore(deps): update rust crate notify to v8#25

Open
cnap-tech-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/notify-8.x
Open

chore(deps): update rust crate notify to v8#25
cnap-tech-renovate[bot] wants to merge 1 commit into
mainfrom
renovate/notify-8.x

Conversation

@cnap-tech-renovate

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
notify dependencies major 68

Release Notes

notify-rs/notify (notify)

v8.2.0

Compare Source

notify 8.2.0 (2025-08-03)

  • FEATURE: notify user if inotify's max_user_watches has been reached #​698
  • FIX: INotifyWatcher ignore events with unknown watch descriptors (instead of EventMask::Q_OVERFLOW) #​700

debouncer-full 0.6.0 (2025-08-03)

  • FEATURE: allow FileIdCache trait implementations to choose ownership of the returned file-ids #​664
  • FEATURE: added support for the flume crate #​680
  • FIX: skip all Modify events right after a Create event, unless it's a rename event #​701

debouncer-mini 0.7.0 (2025-08-03)

file-id 0.2.3 (2025-08-03)

  • CHANGE: implement AsRef<FileId> for FileId #​664

Full Changelog: notify-rs/notify@notify-8.1.0...notify-8.2.0

v8.1.0: notify v8.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: notify-rs/notify@notify-8.0.0...notify-8.1.0

v8.0.0

Compare Source

notify 8.0.0 (2025-01-10)

  • CHANGE: update notify-types to version 2.0.0
  • CHANGE: raise MSRV to 1.77 breaking
  • FEATURE: add config option to disable following symbolic links #​635
  • FIX: unaligned access to FILE_NOTIFY_INFORMATION #​647 breaking

notify-types 2.0.0 (2025-01-10)

  • CHANGE: replace instant crate with web-time #​652 breaking
  • CHANGE: the web-time dependency is now behind the web-time feature breaking

debouncer-mini 0.6.0 (2025-01-10)

  • CHANGE: update notify to version 8.0.0

debouncer-full 0.5.0 (2025-01-10)

  • CHANGE: update notify to version 8.0.0
  • CHANGE: pass web-time feature to notify-types

What's Changed

New Contributors

Full Changelog: notify-rs/notify@notify-7.0.0...notify-8.0.0

v7.0.0

Compare Source

file-id 0.2.2 (2024-10-25)

  • CHANGE: get file stats without read permission #​625

notify 7.0.0 (2024-10-25)

  • CHANGE: raise MSRV to 1.72 #​569 #​610 breaking
  • CHANGE: move event type to notify-types crate #​559
  • CHANGE: flatten serialization of events and use camelCase #​558
  • CHANGE: remove internal use of crossbeam channels #​569 #​610
  • CHANGE: rename feature crossbeam to crossbeam-channel and disable it by default #​610 breaking
  • CHANGE: upgrade mio to 1.0 #​623
  • CHANGE: add log statements #​499
  • FIX: prevent UB with illegal instruction for the windows backend #​604 #​607
  • FIX: on Linux report deleted directories correctly #​545
  • FIX: on Linux report access open events #​612
  • FEATURE: enable kqueue on iOS #​533
  • MISC: various minor doc updates and fixes #​535 #​536 #​543 #​565 #​592 #​595
  • MISC: update inotify to 0.10 #​547

notify-types 1.0.0 (2024-10-25)

New crate containing public type definitions for the notify and debouncer crates. #​559

  • CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript;
    the old behavior can be restored using the new feature flag serialization-compat-6 #​558 #​568 breaking
  • CHANGE: use instant crate (which provides an Instant type that works in Wasm environments) #​570

debouncer-mini 0.5.0 (2024-10-25)

  • CHANGE: update notify to version 7.0.0

debouncer-full 0.4.0 (2024-10-25)

  • CHANGE: update notify to version 7.0.0

  • CHANGE: manage root folder paths for the file ID cache automatically #​557 breaking

    debouncer.watcher().watch(path, RecursiveMode::Recursive)?;
    debouncer.cache().add_root(path, RecursiveMode::Recursive);

    becomes:

    debouncer.watch(path, RecursiveMode::Recursive)?;
  • CHANGE: add RecommendedCache, which automatically enables the file ID cache on Windows and MacOS
    and disables it on Linux, where it is not needed #​557

What's Changed

New Contributors

Full Changelog: notify-rs/notify@notify-6.1.1...notify-7.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@robinbraemer

Copy link
Copy Markdown
Member

Blocked: notify-debouncer-mini@0.4 still pulls in notify@6, so bumping the direct notify dep to v8 produces mismatched types: expected \notify::Error`, found `notify_debouncer_mini::notify::Error`at akua-core/src/dev.rs:116. Needs to land alongsidenotify-debouncer-mini` v0.7 (currently part of #7). Holding rather than closing so renovate keeps an eye on it.

@cnap-tech-renovate

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant