Skip to content

Commit

Permalink
Update notify requirement from 4 to 6
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-5.0.0-pre.16...notify-6.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 3, 2023
1 parent a0de492 commit 3d27137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lightningcss = { version = "1.0.0-alpha.47", features = ["browserslist"] }
salvo = { workspace = true, features = ["websocket"] }
tokio = { version = "1.4", default-features = false, features = ["full"] }
# not using notify 5.0 because it uses Crossbeam which has an issue with tokio
notify = "4"
notify = "6"
once_cell ={ workspace = true }
which = "5.0"
cargo_metadata = { version = "0.18", features = ["builder"] }
Expand Down

0 comments on commit 3d27137

Please sign in to comment.