mirror of
https://github.com/starship/starship
synced 2024-11-02 04:08:02 +00:00
build(deps): update rust crate notify-rust to 4.7.1
This commit is contained in:
parent
c81ecd2cb4
commit
22efbff2ab
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1837,9 +1837,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|||
|
||||
[[package]]
|
||||
name = "notify-rust"
|
||||
version = "4.7.0"
|
||||
version = "4.7.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3ce656bb6d22a93ae276a23de52d1aec5ba4db3ece3c0eb79dfd5add7384db6a"
|
||||
checksum = "260208751689b605138bb55ab6af43ad75f628619a7e0b818d63bf6629e59467"
|
||||
dependencies = [
|
||||
"mac-notification-sys",
|
||||
"serde",
|
||||
|
|
|
@ -55,7 +55,7 @@ indexmap = { version = "1.9.2", features = ["serde"] }
|
|||
log = { version = "0.4.17", features = ["std"] }
|
||||
# nofity-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.7.0", optional = true }
|
||||
notify-rust = { version = "4.7.1", optional = true }
|
||||
nu-ansi-term = "0.46.0"
|
||||
once_cell = "1.17.1"
|
||||
open = "3.2.0"
|
||||
|
|
Loading…
Reference in a new issue