mirror of
https://github.com/starship/starship.git
synced 2024-11-22 08:14:10 +01:00
build(deps): update rust crate notify-rust to 4.10.0
This commit is contained in:
parent
3b9e87229b
commit
ba9f209a5f
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1944,9 +1944,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
||||
|
||||
[[package]]
|
||||
name = "notify-rust"
|
||||
version = "4.9.0"
|
||||
version = "4.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6d7b75c8958cb2eab3451538b32db8a7b74006abc33eb2e6a9a56d21e4775c2b"
|
||||
checksum = "827c5edfa80235ded4ab3fe8e9dc619b4f866ef16fe9b1c6b8a7f8692c0f2226"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mac-notification-sys",
|
||||
|
@ -54,7 +54,7 @@ indexmap = { version = "2.1.0", features = ["serde"] }
|
||||
log = { version = "0.4.20", features = ["std"] }
|
||||
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
|
||||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||
notify-rust = { version = "4.9.0", optional = true }
|
||||
notify-rust = { version = "4.10.0", optional = true }
|
||||
nu-ansi-term = "0.49.0"
|
||||
once_cell = "1.18.0"
|
||||
open = "5.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user