Skip to content

Commit 87cf420

Browse files
dependabot[bot]mxpv
authored andcommitted
build(deps): update ttrpc requirement from 0.8.3 to 0.9.0
Updates the requirements on [ttrpc](https://github.com/containerd/ttrpc-rust) to permit the latest version. - [Changelog](https://github.com/containerd/ttrpc-rust/blob/master/RELEASE.md) - [Commits](containerd/ttrpc-rust@v0.8.3...v0.9.0) --- updated-dependencies: - dependency-name: ttrpc dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dadc092 commit 87cf420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shim-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ required-features = ["async"]
5050
[dependencies]
5151
async-trait = { workspace = true, optional = true }
5252
protobuf = "3.7.2"
53-
ttrpc = "0.8.3"
53+
ttrpc = "0.9.0"
5454

5555
[build-dependencies]
5656
ttrpc-codegen = "0.6.0"

0 commit comments

Comments
 (0)