upgrade tokio

This commit is contained in:
rustdesk
2022-07-15 01:29:52 +08:00
parent 9498b77c0a
commit d3fc6ccd9c
5 changed files with 154 additions and 151 deletions

View File

@@ -8,8 +8,8 @@ edition = "2018"
[dependencies]
protobuf = { version = "3.1", features = ["with-bytes"] }
tokio = { version = "1.15", features = ["full"] }
tokio-util = { version = "0.6", features = ["full"] }
tokio = { version = "1.20", features = ["full"] }
tokio-util = { version = "0.7", features = ["full"] }
futures = "0.3"
bytes = "1.1"
log = "0.4"