diff --git a/Cargo.lock b/Cargo.lock index ed6ed73d..5e4bd6fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,6 +1958,7 @@ dependencies = [ "once_cell", "prctl", "procfs", + "protobuf", "quickcheck", "rand", "regex", diff --git a/crates/libcontainer/Cargo.toml b/crates/libcontainer/Cargo.toml index c5e0511c..d54adc41 100644 --- a/crates/libcontainer/Cargo.toml +++ b/crates/libcontainer/Cargo.toml @@ -48,6 +48,7 @@ libseccomp = { version = "0.3.0", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rust-criu = "0.4.0" +protobuf = "= 3.2.0" # https://github.com/checkpoint-restore/rust-criu/issues/19 regex = "1.10.2" thiserror = "1.0.50" tracing = { version = "0.1.40", features = ["attributes"] }