From 3d2713702a3135e885178ef91db61ce61959a37f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 03:52:36 +0000 Subject: [PATCH] Update notify requirement from 4 to 6 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](https://github.com/notify-rs/notify/compare/notify-5.0.0-pre.16...notify-6.1.1) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d1392c3..dbdbc7e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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"] }