tokio 1.10

This commit is contained in:
rustdesk
2021-08-13 13:02:03 +08:00
parent 88a3266a73
commit 44f6233df0
2 changed files with 98 additions and 99 deletions

View File

@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
protobuf = { version = "3.0.0-pre", git = "https://github.com/stepancheg/rust-protobuf" }
tokio = { version = "1.7", features = ["full"] }
tokio = { version = "1.10", features = ["full"] }
tokio-util = { version = "0.6", features = ["full"] }
futures = "0.3"
bytes = "1.0"