1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-18 08:12:21 +00:00

build(deps): update rust crate notify-rust to 4.8.0

This commit is contained in:
renovate[bot] 2023-02-19 21:23:23 +00:00 committed by GitHub
parent e69a19b3fe
commit 61b01dacd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

17
Cargo.lock generated
View File

@ -1837,10 +1837,11 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "notify-rust"
version = "4.7.1"
version = "4.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260208751689b605138bb55ab6af43ad75f628619a7e0b818d63bf6629e59467"
checksum = "2bfa211d18e360f08e36c364308f394b5eb23a6629150690e109a916dc6f610e"
dependencies = [
"log",
"mac-notification-sys",
"serde",
"tauri-winrt-notification",
@ -1978,9 +1979,9 @@ dependencies = [
[[package]]
name = "ordered-stream"
version = "0.1.3"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4eb9ba3f3e42dbdd3b7b122de5ca169c81e93d561eb900da3a8c99bcfcf381a"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
@ -3668,9 +3669,9 @@ dependencies = [
[[package]]
name = "zbus"
version = "3.7.0"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "379d587c0ccb632d1179cf44082653f682842f0535f0fdfaefffc34849cc855e"
checksum = "f770930448dd412a4a7131dd968a8e6df0064db4d7916fbbd2d6c3f26b566938"
dependencies = [
"async-broadcast",
"async-executor",
@ -3706,9 +3707,9 @@ dependencies = [
[[package]]
name = "zbus_macros"
version = "3.7.0"
version = "3.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66492a2e90c0df7190583eccb8424aa12eb7ff06edea415a4fff6688fae18cf8"
checksum = "4832059b438689017db7340580ebabba07f114eab91bf990c6e55052408b40d8"
dependencies = [
"proc-macro-crate",
"proc-macro2",

View File

@ -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.1", optional = true }
notify-rust = { version = "4.8.0", optional = true }
nu-ansi-term = "0.46.0"
once_cell = "1.17.1"
open = "3.2.0"