mirror of
https://github.com/starship/starship.git
synced 2025-02-28 16:23:31 +01:00
build(deps): update rust crate notify-rust to 4.11.5 (#6557)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6df6328784
commit
b1d9cc7456
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -2144,10 +2144,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "notify-rust"
|
||||
version = "4.11.4"
|
||||
version = "4.11.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96ae13fb6065b0865d2310dfa55ce319245052ed95fbbe2bc87c99962c58d73f"
|
||||
checksum = "7fa3b9f2364a09bd359aa0206702882e208437450866a374d5372d64aece4029"
|
||||
dependencies = [
|
||||
"futures-lite",
|
||||
"log",
|
||||
"mac-notification-sys",
|
||||
"serde",
|
||||
|
@ -54,7 +54,7 @@ indexmap = { version = "2.7.1", features = ["serde"] }
|
||||
log = { version = "0.4.25", 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.4", optional = true }
|
||||
notify-rust = { version = "4.11.5", optional = true }
|
||||
nu-ansi-term = "0.50.1"
|
||||
open = "5.3.2"
|
||||
# update os module config and tests when upgrading os_info
|
||||
|
Loading…
Reference in New Issue
Block a user