diff --git a/tools/agent-ctl/Cargo.lock b/tools/agent-ctl/Cargo.lock index e0b5af69c4..5302ac75a8 100644 --- a/tools/agent-ctl/Cargo.lock +++ b/tools/agent-ctl/Cargo.lock @@ -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", diff --git a/tools/agent-ctl/Cargo.toml b/tools/agent-ctl/Cargo.toml index ae8a752dbc..eb26304e92 100644 --- a/tools/agent-ctl/Cargo.toml +++ b/tools/agent-ctl/Cargo.toml @@ -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"