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:
parent
c30ba5a426
commit
3b313e5873
1
Cargo.lock
generated
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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user