From 128e49cac8eb5203b23ecf58a2a4b8b4204bef38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:04:07 +0000 Subject: [PATCH] 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](https://github.com/containerd/ttrpc-rust/compare/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] --- crates/shim-protos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 10c2cb05..13704873 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -50,7 +50,7 @@ required-features = ["async"] [dependencies] async-trait = { workspace = true, optional = true } protobuf = "3.7.2" -ttrpc = "0.8.3" +ttrpc = "0.9.0" [build-dependencies] ttrpc-codegen = "0.6.0"