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"] }