mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 14:32:33 +00:00
agent-ctl: update ttrpc version
Fixes: #1657 Signed-off-by: Tim Zhang <tim@hyper.sh>
This commit is contained in:
parent
179a98d678
commit
fb01d51573
3
tools/agent-ctl/Cargo.lock
generated
3
tools/agent-ctl/Cargo.lock
generated
@ -1018,7 +1018,8 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "ttrpc"
|
name = "ttrpc"
|
||||||
version = "0.3.0"
|
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 = [
|
dependencies = [
|
||||||
"byteorder",
|
"byteorder",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -29,7 +29,7 @@ protobuf = "2.14.0"
|
|||||||
nix = "0.17.0"
|
nix = "0.17.0"
|
||||||
libc = "0.2.69"
|
libc = "0.2.69"
|
||||||
# XXX: Must be the same as the version used by the agent
|
# 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
|
# For parsing timeouts
|
||||||
humantime = "2.0.0"
|
humantime = "2.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user