summary refs log tree commit diff
path: root/9s
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 /9s
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 '9s')
-rw-r--r--9s/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/9s/Cargo.toml b/9s/Cargo.toml
index 151dbb6..3d6076b 100644
--- a/9s/Cargo.toml
+++ b/9s/Cargo.toml
@@ -5,6 +5,6 @@ authors = ["The Chromium OS Authors"]
 
 [dependencies]
 getopts = "=0.2.17"
-libc = "=0.2.40"
+libc = "=0.2.44"
 p9 = { path = "../p9" }
 sys_util = { path = "../sys_util" }