Cargo.lock: add sync to libcras dependencies

libcras now depends on crosvm's sync crate; add it to Cargo.lock to
satsify non-portage builds of crosvm with cargo (otherwise cargo updates
Cargo.lock itself).

The dependency was added here:
https://chromium-review.googlesource.com/c/chromiumos/third_party/adhd/+/1871758

The pinned commit for adhd used in the Docker build is also upgraded to
the current master so that it matches.

BUG=None
TEST=`cargo build; git diff` and verify Cargo.lock was not modified

Change-Id: I53526ae2448b95c287528596099a804ec28a16d1
Signed-off-by: Daniel Verkamp <dverkamp@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/1924784
This commit is contained in:
Daniel Verkamp 2019-11-19 14:08:08 -08:00 committed by Commit Bot
parent c81d5fcad8
commit e7d7728701
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -285,6 +285,7 @@ dependencies = [
"cras-sys 0.1.0",
"data_model 0.1.0",
"libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)",
"sync 0.1.0",
"sys_util 0.1.0",
]

View file

@ -2,5 +2,5 @@ MESON_COMMIT=a1a8772034aef90e8d58230d8bcfce54ab27bf6a
LIBEPOXY_COMMIT=af38a466caf9c2ae49b8acda4ff842ae44d57f78
TPM2_COMMIT=a9bc45bb7fafc65ea8a787894434d409f533b1f1
PLATFORM2_COMMIT=9239a43f2dc2e98e57e9d77aac72fa3ce8169e5f
ADHD_COMMIT=655cb1134731d846d4ec10fcf884551aeffd874a
ADHD_COMMIT=2440c2907c246bf400bf7816879b919966cdf9c6
DRM_COMMIT=00320d7d68ddc7d815d073bb7c92d9a1f9bb8c31