Fixed up dependencies warning.

This commit is contained in:
Dave
2026-02-23 11:23:08 +00:00
parent f2f558c646
commit 7deacabea9
3 changed files with 53 additions and 145 deletions

View File

@@ -12,7 +12,7 @@ futures = "0.3"
homedir = "0.3.6"
ignore = "0.4.25"
mime_guess = "2"
notify = "6"
notify = "8.2.0"
poem = { version = "3", features = ["websocket"] }
poem-openapi = { version = "5", features = ["swagger-ui"] }
portable-pty = "0.9.0"
@@ -24,6 +24,6 @@ serde_yaml = "0.9"
strip-ansi-escapes = "0.2"
tempfile = "3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
toml = "0.9.8"
toml = "1.0.3+spec-1.1.0"
uuid = { version = "1.21.0", features = ["v4", "serde"] }
walkdir = "2.5.0"