Skip to content

Commit 06156f8

Browse files
committed
Pin ttrpc version
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 6f2a8c1 commit 06156f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/shim-protos/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ required-features = ["async"]
5050
[dependencies]
5151
async-trait = { workspace = true, optional = true }
5252
protobuf = "=3.5"
53-
ttrpc = "0.8"
53+
ttrpc = "0.8.2"
5454

5555
[build-dependencies]
56-
ttrpc-codegen = "0.4"
56+
ttrpc-codegen = "0.4.2"
5757

5858
[dev-dependencies]
5959
ctrlc = { version = "3.0", features = ["termination"] }

0 commit comments

Comments
 (0)