This commit is contained in:
2023-01-10 10:25:36 +03:00
parent 4d90d43f45
commit 62a3dc80b8
2 changed files with 71 additions and 14 deletions

View File

@@ -14,8 +14,8 @@ flexi_logger = { version = "0.23.3", features = ["specfile_without_notification"
log = "0.4.17"
serde = { version = "1.0.145", features = ["derive"] }
serde_derive = "1.0.145"
tokio = { version = "1.21.1", features = ["io-std", "net", "rt-multi-thread", "macros", "winapi"] }
tokio-stream = "0.1.10"
tokio = { version = "1.24.1", features = ["io-std", "net", "rt-multi-thread", "macros"] }
tokio-stream = "0.1.11"
tokio-util = "0.7.4"
toml = "0.5.9"
windows-service = "0.5.0"