diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 551da98f..c6d22be9 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -33,7 +33,7 @@ name = "windows-log-reader" path = "examples/windows_log_reader.rs" [dependencies] -which = "7.0.1" +which = "8.0.0" containerd-shim-protos = { path = "../shim-protos", version = "0.8.0" } go-flag = "0.1.0" lazy_static = "1.4.0"