fix(notifications): update notify-rust to ^4.11.7 to resolve panic on MacOS (fixes #2431)

pull/2623/head
MGough 3 months ago
parent 686a839c96
commit 9c4307d3e9
No known key found for this signature in database

@ -0,0 +1,5 @@
---
"notifications": patch
---
Updates upstream `notify-rust` dependency to a version that does not panic when a notification is sent on MacOS.

1982
Cargo.lock generated

File diff suppressed because it is too large Load Diff

@ -38,4 +38,4 @@ panic = "abort"
codegen-units = 1
lto = true
incremental = false
opt-level = "s"
opt-level = "s"

@ -43,7 +43,7 @@ win7-notifications = { version = "0.4.5", optional = true }
windows-version = { version = "0.1", optional = true }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
notify-rust = "4.11"
notify-rust = "4.11.7"
[dev-dependencies]
color-backtrace = "0.7"

Loading…
Cancel
Save