Skip to content

build(deps): bump notify from 8.0.0 to 8.1.0 in /src-tauri#144

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/src-tauri/notify-8.1.0
Closed

build(deps): bump notify from 8.0.0 to 8.1.0 in /src-tauri#144
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/src-tauri/notify-8.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps notify from 8.0.0 to 8.1.0.

Release notes

Sourced from notify's releases.

notify v8.1.0

What's Changed

New Contributors

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

Changelog

Sourced from notify's changelog.

notify 8.1.0 (2025-07-03)

  • FEATURE: added support for the flume crate
  • FIX: kqueue-backend: do not double unwatch top-level directory when recursively unwatching #683
  • FIX: Return the crate error PathNotFound instead bubbling up the std::io error #685
  • FIX: fix server hangs when trashing folders on Windows #674

debouncer-full 0.6.0 (unreleased)

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

#701: notify-rs/notify#701

debouncer-mini 0.7.0 (unreleased)

  • FEATURE: added support for the flume crate

file-id 0.2.3 (unreleased)

  • CHANGE: implement AsRef<FileId> for FileId
Commits
  • 04473de chore: Prepare 8.1.0 release (#697)
  • 12a026d fix: make PathsMut::commit consuming (#695)
  • d824023 feat: introduce Watcher::paths_mut for adding/removing paths in batch (#692)
  • b984134 Do not clone paths while walking dirs (#693)
  • 416ba82 chore: Use MSRV for Clippy and rustfmt (#694)
  • 10ce3ef Update windows-sys to v0.60 (#691)
  • 850833f Remove filetime dependency (#690)
  • 65ea4b7 windows: Fix server hangs under some circumstance (#674)
  • f5c6814 Make INotifyWatcher return the native PathNotFound error when watchin… (#686)
  • df83fd2 chore(ci): Use stable toolchain for rustfmt/clippy (#689)
  • 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 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)

Important

Bump notify from 8.0.0 to 8.1.0 in src-tauri, updating dependencies and fixing server hangs on Windows.

  • Dependencies:
    • Bump notify from 8.0.0 to 8.1.0 in Cargo.toml and Cargo.lock.
    • Remove filetime dependency from Cargo.lock.
    • Update kqueue to 1.1.1 and windows-sys to 0.60.2 in Cargo.lock.
  • Features:
    • Add support for flume crate in notify.
  • Fixes:
    • Fix server hangs on Windows in notify.
    • Prevent double unwatch of top-level directory in kqueue backend.
  • Misc:
    • Update windows-targets to 0.53.2 in Cargo.lock.

This description was created by Ellipsis for 5d83ae4. You can customize this summary. It will automatically update as commits are pushed.

Bumps [notify](https://github.com/notify-rs/notify) from 8.0.0 to 8.1.0.
- [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-8.0.0...notify-8.1.0)

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

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 Jul 28, 2025
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to 5d83ae4 in 47 seconds. Click for details.
  • Reviewed 230 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. src-tauri/Cargo.toml:30
  • Draft comment:
    Bump of the notify dependency to v8.1.0 looks appropriate. Ensure any API changes or bug fixes in notify 8.1.0 are fully compatible with our usage.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is related to a dependency change, specifically a version bump of the 'notify' library. The comment asks the author to ensure compatibility with the new version, which falls under the rule of not asking the author to ensure behavior is intended or tested. Therefore, this comment should be removed.

Workflow ID: wflow_whaDCbr9FKfi0P0i

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2025

Superseded by #153.

@dependabot dependabot bot closed this Aug 4, 2025
@dependabot dependabot bot deleted the dependabot/cargo/src-tauri/notify-8.1.0 branch August 4, 2025 05: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.

0 participants