agent-ctl: update ttrpc version

Fixes: #1657

Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
Tim Zhang 2021-04-08 18:24:20 +08:00
parent 179a98d678
commit fb01d51573
2 changed files with 3 additions and 2 deletions

View File

@ -1018,7 +1018,8 @@ dependencies = [
[[package]]
name = "ttrpc"
version = "0.3.0"
source = "git+https://github.com/containerd/ttrpc-rust?branch=0.3.0#ba1efe3bbb8f8af4895b7623ed1d11561e70e566"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa9da24c351f0feef5e66c0b28c18373a7ef3e1bfdfd5852170de494f9bf870"
dependencies = [
"byteorder",
"libc",

View File

@ -29,7 +29,7 @@ protobuf = "2.14.0"
nix = "0.17.0"
libc = "0.2.69"
# XXX: Must be the same as the version used by the agent
ttrpc = { git = "https://github.com/containerd/ttrpc-rust", branch="0.3.0" }
ttrpc = "0.3.0"
# For parsing timeouts
humantime = "2.0.0"