Update deps and make it work with notify 7

This commit is contained in:
itsjunetime
2024-10-26 15:01:56 -06:00
parent f6d339923b
commit d5284be123
5 changed files with 119 additions and 163 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ ratatui-image = { git = "https://github.com/itsjunetime/ratatui-image.git", bran
# ratatui-image = { path = "./ratatui-image", features = ["rustix", "vb64"], default-features = false }
crossterm = { version = "0.28.1", features = ["event-stream"] }
image = { version = "0.25.1", features = ["png", "rayon"], default-features = false }
notify = "6.1.1"
notify = { version = "7.0.0", features = ["crossbeam-channel"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
futures-util = { version = "0.3.30", default-features = false }
glib = "0.20.0"