runtime-rs: update tokio dependency

Unify it to the latest 1.28.1 version.

Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2023-05-18 08:18:22 +00:00
parent 9630c13ac0
commit ca6892ddb1
13 changed files with 135 additions and 59 deletions

View File

@@ -10,7 +10,7 @@ anyhow = "^1.0"
async-trait = "0.1.48"
slog = "2.5.2"
slog-scope = "4.4.0"
tokio = { version = "1.8.0", features = ["rt-multi-thread"] }
tokio = { version = "1.28.1", features = ["rt-multi-thread"] }
ttrpc = { version = "0.7.1" }
common = { path = "../runtimes/common" }