diff --git a/Cargo.toml b/Cargo.toml index 8fbe43cc95..18af1ca490 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ mimalloc = "0.1" napi = { version = "3.0.0-alpha.12", features = ["async", "chrono_date", "error_anyhow", "napi9", "serde"] } napi-build = { version = "2" } napi-derive = { version = "3.0.0-alpha.12" } -notify = { version = "7", features = ["serde"] } +notify = { version = "8", features = ["serde"] } objc2 = "0.5.2" objc2-foundation = "0.2.2" once_cell = "1"