Skip to content

Commit

Permalink
build(deps): update notify requirement from 7 to 8
Browse files Browse the repository at this point in the history
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@notify-7.0.0...notify-8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 5c7939e commit bcce837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ required-features = ["bin"]
[dependencies]
colored = "3.0"
pulldown-cmark = { version = "0.12", default-features = false, features = ["simd", "html"] }
notify = "7"
notify = "8"
unicode_categories = "0.1"
time = { version = "0.3", optional = true, features = ["formatting", "macros", "local-offset"] }
time-tz = { version = "2", optional = true, features = ["system"] }
Expand Down
2 changes: 1 addition & 1 deletion signal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4"
tokio = { version = "1.24", features = ["net", "time", "io-util", "rt", "fs", "sync", "macros"] }
# tokio-uring = { git = "https://github.com/Icelk/tokio-uring", branch = "recvmsg-msg_control", optional = true }
tokio-uring = { version = "0.4.0-alpha1", package = "kvarn-tokio-uring", optional = true }
notify = { version = "7", default-features = false, features = ["macos_fsevent"] }
notify = { version = "8", default-features = false, features = ["macos_fsevent"] }

[features]
uring = ["tokio-uring"]
Expand Down

0 comments on commit bcce837

Please sign in to comment.