diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index df93eb6e..0d537178 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -35,7 +35,7 @@ path = "examples/windows_log_reader.rs" [dependencies] which = "7.0.1" -containerd-shim-protos = { path = "../shim-protos", version = "0.7.2" } +containerd-shim-protos = { path = "../shim-protos", version = "0.8.0" } go-flag = "0.1.0" lazy_static = "1.4.0" sha2 = "0.10.2"