From 06156f88c829c3a7d63b41c1bde543989e02ecaf Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Thu, 3 Oct 2024 11:04:03 -0700 Subject: [PATCH] Pin ttrpc version Signed-off-by: Maksym Pavlenko --- crates/shim-protos/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 734cf0f3..8bb9ac35 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -50,10 +50,10 @@ required-features = ["async"] [dependencies] async-trait = { workspace = true, optional = true } protobuf = "=3.5" -ttrpc = "0.8" +ttrpc = "0.8.2" [build-dependencies] -ttrpc-codegen = "0.4" +ttrpc-codegen = "0.4.2" [dev-dependencies] ctrlc = { version = "3.0", features = ["termination"] }