From 72dec26355df1d0c8a57e336137329add005bae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 06:52:13 +0000 Subject: [PATCH] chore(deps): Bump ttrpc from 0.8.2 to 0.8.3 Bumps [ttrpc](https://github.com/containerd/ttrpc-rust) from 0.8.2 to 0.8.3. - [Commits](https://github.com/containerd/ttrpc-rust/compare/v0.8.2...v0.8.3) --- updated-dependencies: - dependency-name: ttrpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfb6ca67a..016383940 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6790,14 +6790,15 @@ dependencies = [ [[package]] name = "ttrpc" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e376927d4422245ae3e0a0d7df0e805f99652536999b5c671144de9fe4120d8c" +checksum = "444060c52c690218c34a2aba50d358b8efb05205287e0cd8f88bdb85f138fb09" dependencies = [ "async-trait", "byteorder", "crossbeam", "futures", + "home", "libc", "log", "nix 0.26.4", diff --git a/Cargo.toml b/Cargo.toml index e54ea94aa..97a4b7461 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ tokio = "1.43" toml = "0.8.19" tonic = "0.12" tonic-build = "0.12" -ttrpc = "0.8.2" +ttrpc = "0.8.3" ttrpc-codegen = "0.4.2" url = "2.5.4" uuid = "1"