1
0
mirror of https://github.com/containers/youki synced 2024-11-26 06:08:07 +01:00

Specify the protobuf crate because of the rust-criu crate

Signed-off-by: utam0k <k0ma@utam0k.jp>
This commit is contained in:
utam0k 2023-11-01 20:53:52 +09:00
parent c30ba5a426
commit 3b313e5873
No known key found for this signature in database
GPG Key ID: 2DB29D2A21B41E0E
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated

@ -1958,6 +1958,7 @@ dependencies = [
"once_cell",
"prctl",
"procfs",
"protobuf",
"quickcheck",
"rand",
"regex",

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