summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStephen Barber <smbarber@chromium.org>2018-11-26 18:03:14 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-11-27 19:13:44 -0800
commit8ee09731a4df9d74c4789ea34457200404a9483b (patch)
treed783cb96b75e7254a52c5b00419a36ffcacb3643 /Cargo.toml
parentf4ee2ad205b5e014575252c9eccd0ae0bb306b8a (diff)
downloadcrosvm-8ee09731a4df9d74c4789ea34457200404a9483b.tar
crosvm-8ee09731a4df9d74c4789ea34457200404a9483b.tar.gz
crosvm-8ee09731a4df9d74c4789ea34457200404a9483b.tar.bz2
crosvm-8ee09731a4df9d74c4789ea34457200404a9483b.tar.lz
crosvm-8ee09731a4df9d74c4789ea34457200404a9483b.tar.xz
crosvm-8ee09731a4df9d74c4789ea34457200404a9483b.tar.zst
crosvm-8ee09731a4df9d74c4789ea34457200404a9483b.zip
uprev crosvm and 9s libc to 0.2.44
BUG=chromium:908695
TEST=emerge crosvm
CQ-DEPEND=CL:1351218

Change-Id: Ife3895ed07eaba6e768fa7816dca403bc290fb7c
Reviewed-on: https://chromium-review.googlesource.com/1351219
Commit-Ready: Stephen Barber <smbarber@chromium.org>
Tested-by: Stephen Barber <smbarber@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6019fe8..d42a220 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ msg_socket = { path = "msg_socket" }
 sys_util = { path = "sys_util" }
 kernel_cmdline = { path = "kernel_cmdline" }
 kernel_loader = { path = "kernel_loader" }
-libc = "=0.2.40"
+libc = "=0.2.44"
 byteorder = "=1.1.0"
 net_util = { path = "net_util" }
 vhost = { path = "vhost" }