Fixed up dependencies warning.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user