Prepare for 0.27 release

This commit is contained in:
Tim Kuehn
2021-09-22 09:37:31 -07:00
parent 25985ad56a
commit 6632f68d95
6 changed files with 19 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ futures = "0.3"
opentelemetry = { version = "0.16", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio"] }
rand = "0.8"
tarpc = { version = "0.26", path = "../tarpc", features = ["full"] }
tarpc = { version = "0.27", path = "../tarpc", features = ["full"] }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
tracing = { version = "0.1" }
tracing-opentelemetry = "0.15"