use latest rust for non-windows, and upgrade tokio to 3.18 which fix a mpsc channel bug

This commit is contained in:
rustdesk
2024-06-13 13:05:35 +08:00
parent 65c2ccdc93
commit 77204127f2
3 changed files with 8 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
flexi_logger = { version = "0.27", features = ["async"] }
protobuf = { version = "3.4", features = ["with-bytes"] }
tokio = { version = "1.37", features = ["full"] }
tokio = { version = "1.38", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
futures = "0.3"
bytes = { version = "1.6", features = ["serde"] }