summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDaniel Verkamp <dverkamp@chromium.org>2019-11-19 14:08:08 -0800
committerCommit Bot <commit-bot@chromium.org>2019-11-23 01:04:45 +0000
commite7d772870115a2cb9012b3b01cf1bbf197c502d3 (patch)
tree346e963324cb6b0b08e0fea0693c5c671a0a5690 /Cargo.lock
parentc81d5fcad8811325ba7cd161551d1ad69d07cdfc (diff)
downloadcrosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.tar
crosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.tar.gz
crosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.tar.bz2
crosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.tar.lz
crosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.tar.xz
crosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.tar.zst
crosvm-e7d772870115a2cb9012b3b01cf1bbf197c502d3.zip
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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bd9675a..2029906 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
 ]