Skip to content

Commit f120cee

Browse files
build(deps): update ttrpc-codegen requirement from 0.4.2 to 0.5.0
Updates the requirements on [ttrpc-codegen](https://github.com/containerd/ttrpc-rust) to permit the latest version. - [Commits](containerd/ttrpc-rust@ttrpc-codegen-v0.4.2...ttrpc-codegen-v0.4.2) --- updated-dependencies: - dependency-name: ttrpc-codegen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1f1e38d commit f120cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim-protos/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protobuf = ">= 3.0, <3.5.0"
5555
ttrpc = "0.8.2"
5656

5757
[build-dependencies]
58-
ttrpc-codegen = "0.4.2"
58+
ttrpc-codegen = "0.5.0"
5959

6060
[dev-dependencies]
6161
ctrlc = { version = "3.0", features = ["termination"] }

0 commit comments

Comments
 (0)