[CHORE] Update GUI (#434)

This commit is contained in:
Ben C 2024-02-28 19:07:57 -05:00 committed by GitHub
commit 7d5ab48813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,8 +27,8 @@ tauri = { version = "1.6.1", features = [ "clipboard-write-text",
] }
anyhow = "1.0.80"
tokio = { version = "1.36.0", features = ["sync", "macros"] }
log = { version = "0.4.20", features = ["std", "serde"] }
typeshare = "1.0.1"
log = { version = "0.4.21", features = ["std", "serde"] }
typeshare = "1.0.2"
notify = { version = "6.1.1", default-features = false, features = [
"macos_kqueue",
] }