Prepare for v0.34.0 release

This commit is contained in:
Tim Kuehn
2023-12-29 20:38:51 -08:00
parent d50290a21c
commit 263ef8a897
5 changed files with 25 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ futures = "0.3"
opentelemetry = { version = "0.21.0" }
opentelemetry-jaeger = { version = "0.20.0", features = ["rt-tokio"] }
rand = "0.8"
tarpc = { version = "0.33", path = "../tarpc", features = ["full"] }
tarpc = { version = "0.34", path = "../tarpc", features = ["full"] }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
tracing = { version = "0.1" }
tracing-opentelemetry = "0.22.0"