Update dependencies

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2021-12-28 10:45:26 +02:00 committed by Maksym Pavlenko
parent e4e89033bb
commit d901356551
3 changed files with 3 additions and 3 deletions

View File

@ -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]

View File

@ -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"] }

View File

@ -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" }