Bump dependencies (#328)

This commit is contained in:
Artem Vorotnikov
2020-10-31 19:43:40 +03:00
committed by GitHub
parent 6314591c65
commit 2e7d1f8a88
2 changed files with 6 additions and 6 deletions

View File

@@ -19,8 +19,8 @@ futures = "0.3"
serde = { version = "1.0" }
tarpc = { version = "0.23", path = "../tarpc", features = ["full"] }
tokio = { version = "0.3", features = ["full"] }
tokio-serde = { version = "0.6", features = ["json"] }
tokio-util = { version = "0.4", features = ["codec"] }
tokio-serde = { version = "0.7.1", features = ["json"] }
tokio-util = { version = "0.5", features = ["codec"] }
[lib]
name = "service"