mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
third_party/minijail: update to latest main
Update minijail submodule to commit 4b0a832 ("rust: update bindgen dependency to 0.60"). BUG=None TEST=tools/dev_container tools/presubmit --all Change-Id: I3312ae173dda92a7dd5cf74ee6f40be3918dbd87 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4133824 Reviewed-by: Dennis Kempin <denniskempin@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
This commit is contained in:
parent
77f645b924
commit
8811136ed7
2 changed files with 7 additions and 2 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -232,14 +232,18 @@ dependencies = [
|
|||
"bitflags",
|
||||
"cexpr",
|
||||
"clang-sys",
|
||||
"clap",
|
||||
"env_logger",
|
||||
"lazy_static",
|
||||
"lazycell",
|
||||
"log",
|
||||
"peeking_take_while",
|
||||
"proc-macro2",
|
||||
"quote 1.0.21",
|
||||
"regex",
|
||||
"rustc-hash",
|
||||
"shlex",
|
||||
"which",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1415,8 +1419,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "minijail-sys"
|
||||
version = "0.0.13"
|
||||
version = "0.0.14"
|
||||
dependencies = [
|
||||
"bindgen",
|
||||
"libc",
|
||||
"pkg-config",
|
||||
"which",
|
||||
|
|
2
third_party/minijail
vendored
2
third_party/minijail
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 77c59db8ff9ab7795ca1e986e2658b02d9252498
|
||||
Subproject commit 4b0a832be96194c23a9c3dc76da10e344a6c69c5
|
Loading…
Reference in a new issue