Update dependencies
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
e4e89033bb
commit
d901356551
|
|
@ -14,7 +14,7 @@ homepage = "https://containerd.io"
|
|||
tonic = "0.6"
|
||||
prost = "0.9"
|
||||
prost-types = "0.9"
|
||||
tokio = { version = "1.1", optional = true }
|
||||
tokio = { version = "1.15.0", optional = true }
|
||||
tower = { version = "0.4", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ protobuf = "2.23.0"
|
|||
ttrpc = "0.5.2"
|
||||
|
||||
[build-dependencies]
|
||||
ttrpc-codegen = { version = "0.2", optional = true }
|
||||
ttrpc-codegen = { version = "0.3.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
ctrlc = { version = "3.0", features = ["termination"] }
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ go-flag = "0.1.0"
|
|||
thiserror = "1.0"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
libc = "0.2.95"
|
||||
nix = "0.22"
|
||||
nix = "0.23.1"
|
||||
command-fds = "0.2.1"
|
||||
|
||||
containerd-shim-client = { path = "../shim-client", version = "0.1.0" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue