refactor(notification): pull notify_rust from crates.io (#1432)

This commit is contained in:
Lucas Fernandes Nogueira
2024-06-11 09:31:59 -03:00
committed by GitHub
parent 0b0088821e
commit 3779fb5063
23 changed files with 25 additions and 3401 deletions
Generated
+16 -18
View File
@@ -1812,11 +1812,8 @@ version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
@@ -2711,12 +2708,6 @@ version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "1.3.1"
@@ -3645,6 +3636,19 @@ dependencies = [
"walkdir",
]
[[package]]
name = "notify-rust"
version = "4.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5312f837191c317644f313f7b2b39f9cb1496570c74f7c17152dd3961219551f"
dependencies = [
"log",
"mac-notification-sys",
"serde",
"tauri-winrt-notification",
"zbus",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
@@ -6418,27 +6422,22 @@ dependencies = [
name = "tauri-plugin-notification"
version = "2.0.0-beta.7"
dependencies = [
"chrono",
"color-backtrace",
"ctor",
"env_logger",
"lazy_static",
"log",
"mac-notification-sys",
"maplit",
"notify-rust",
"rand 0.8.5",
"serde",
"serde_json",
"serde_repr",
"tauri",
"tauri-plugin",
"tauri-winrt-notification",
"thiserror",
"time",
"url",
"win7-notifications",
"windows-version",
"zbus",
]
[[package]]
@@ -6742,12 +6741,11 @@ dependencies = [
[[package]]
name = "tauri-winrt-notification"
version = "0.4.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a88d3c675acf67e93f3f64a1342007d52af76a0f68d02611316ccd983029bd"
checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871"
dependencies = [
"quick-xml",
"thiserror",
"windows 0.56.0",
"windows-version",
]