From 4b8bd82ea9b4908f2899312fb316bce92253fc16 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Fri, 4 Oct 2024 11:57:47 -0700 Subject: [PATCH] Bump shim protos and fix dependencies Signed-off-by: Maksym Pavlenko --- crates/shim-protos/Cargo.toml | 2 +- crates/shim/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/shim-protos/Cargo.toml b/crates/shim-protos/Cargo.toml index 4a6513d9..6440f8e4 100644 --- a/crates/shim-protos/Cargo.toml +++ b/crates/shim-protos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerd-shim-protos" -version = "0.7.1" +version = "0.7.2" authors = [ "Maksym Pavlenko ", "The containerd Authors", diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index a11a2b3d..620f3ab2 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -34,7 +34,7 @@ name = "windows-log-reader" path = "examples/windows_log_reader.rs" [dependencies] -containerd-shim-protos = { path = "../shim-protos", version = "0.7.1" } +containerd-shim-protos = { path = "../shim-protos", version = "0.7.2" } go-flag = "0.1.0" lazy_static = "1.4.0" libc.workspace = true