mirror of
https://github.com/starship/starship.git
synced 2024-11-22 00:04:05 +01:00
build(deps): update rust crate notify-rust to 4.11.3
This commit is contained in:
parent
38387269e8
commit
8622c766e3
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1894,9 +1894,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "notify-rust"
|
||||
version = "4.11.1"
|
||||
version = "4.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "26a1d03b6305ecefdd9c6c60150179bb8d9f0cd4e64bbcad1e41419e7bf5e414"
|
||||
checksum = "5134a72dc570b178bff81b01e81ab14a6fcc015391ed4b3b14853090658cd3a3"
|
||||
dependencies = [
|
||||
"log",
|
||||
"mac-notification-sys",
|
||||
|
@ -55,7 +55,7 @@ indexmap = { version = "2.5.0", features = ["serde"] }
|
||||
log = { version = "0.4.22", 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.11.1", optional = true }
|
||||
notify-rust = { version = "4.11.3", optional = true }
|
||||
nu-ansi-term = "0.50.1"
|
||||
once_cell = "1.19.0"
|
||||
open = "5.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user