Prepare release of v0.23.0

This commit is contained in:
Tim Kuehn
2020-10-19 11:12:43 -07:00
parent a3f1064efe
commit b9868250f8
5 changed files with 10 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ clap = "2.33"
env_logger = "0.8"
futures = "0.3"
serde = { version = "1.0" }
tarpc = { version = "0.22", path = "../tarpc", features = ["full"] }
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"] }