1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-09 16:26:21 +02:00

Merge pull request #2497 from utam0k/fix-rust-criu

Specify the protobuf crate because of the rust-criu crate
This commit is contained in:
Toru Komatsu 2023-11-03 21:14:31 +09:00 committed by GitHub
commit 28269200a5
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

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

View File

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