We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2a8c1 commit 06156f8Copy full SHA for 06156f8
crates/shim-protos/Cargo.toml
@@ -50,10 +50,10 @@ required-features = ["async"]
50
[dependencies]
51
async-trait = { workspace = true, optional = true }
52
protobuf = "=3.5"
53
-ttrpc = "0.8"
+ttrpc = "0.8.2"
54
55
[build-dependencies]
56
-ttrpc-codegen = "0.4"
+ttrpc-codegen = "0.4.2"
57
58
[dev-dependencies]
59
ctrlc = { version = "3.0", features = ["termination"] }
0 commit comments