mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 02:25:23 +00:00
Update version of minijail in Cargo.lock.
BUG=b:158290206 BUG=1105157 TEST=cargo test Cq-Depend: chromium:2296099 Change-Id: I21c0164d9d116f36ac751eb6ae713423a884aa34 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2292370 Tested-by: Daniel Verkamp <dverkamp@chromium.org> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
0114c4b312
commit
10d3955d56
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -11,7 +11,7 @@ dependencies = [
|
|||
"kvm 0.1.0",
|
||||
"kvm_sys 0.1.0",
|
||||
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"minijail 0.1.0",
|
||||
"minijail 0.2.0",
|
||||
"remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"resources 0.1.0",
|
||||
"sync 0.1.0",
|
||||
|
@ -35,7 +35,7 @@ dependencies = [
|
|||
"kernel_cmdline 0.1.0",
|
||||
"kvm 0.1.0",
|
||||
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"minijail 0.1.0",
|
||||
"minijail 0.2.0",
|
||||
"resources 0.1.0",
|
||||
"sync 0.1.0",
|
||||
"sys_util 0.1.0",
|
||||
|
@ -129,7 +129,7 @@ dependencies = [
|
|||
"kvm_sys 0.1.0",
|
||||
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"libcras 0.1.0",
|
||||
"minijail 0.1.0",
|
||||
"minijail 0.2.0",
|
||||
"msg_socket 0.1.0",
|
||||
"net_util 0.1.0",
|
||||
"p9 0.1.0",
|
||||
|
@ -187,7 +187,7 @@ dependencies = [
|
|||
"libcras 0.1.0",
|
||||
"libvda 0.1.0",
|
||||
"linux_input_sys 0.1.0",
|
||||
"minijail 0.1.0",
|
||||
"minijail 0.2.0",
|
||||
"msg_on_socket_derive 0.1.0",
|
||||
"msg_socket 0.1.0",
|
||||
"net_sys 0.1.0",
|
||||
|
@ -456,7 +456,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "minijail"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"minijail-sys 0.0.11",
|
||||
|
@ -816,7 +816,7 @@ dependencies = [
|
|||
"kvm 0.1.0",
|
||||
"kvm_sys 0.1.0",
|
||||
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"minijail 0.1.0",
|
||||
"minijail 0.2.0",
|
||||
"remain 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"resources 0.1.0",
|
||||
"sync 0.1.0",
|
||||
|
|
Loading…
Reference in a new issue