From c04463271274428646b0a3f2fc941baffdadb446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:25:35 +0000 Subject: [PATCH] build(deps): update ttrpc requirement from =0.8.0 to =0.8.1 Updates the requirements on [ttrpc](https://github.com/containerd/ttrpc-rust) to permit the latest version. - [Commits](https://github.com/containerd/ttrpc-rust/commits) --- updated-dependencies: - dependency-name: ttrpc 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 94cd7d43..a79e71a1 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -54,7 +54,7 @@ protobuf = "3.1" # 0.8.1 introduces a breaking change in the API. # https://github.com/containerd/ttrpc-rust/pull/197 # https://github.com/containerd/ttrpc-rust/pull/209 -ttrpc = "=0.8.0" +ttrpc = "=0.8.1" [build-dependencies] ttrpc-codegen = "0.4"