summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-01-11 23:20:23 +0100
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-01-11 23:32:27 +0100
commite91769eceb2b4e1e37a7e66a4f3ceed4055a08df (patch)
treefe092fcb315791489012dc6d31d350022d1df6f0 /Cargo.lock
parentd5d0bdf414c798d64edab402d52f230513461b4f (diff)
downloadrust-libc-e91769eceb2b4e1e37a7e66a4f3ceed4055a08df.tar.gz
Update libc version
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 202e57695e..d6f736584a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -78,14 +78,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.35"
+version = "0.2.36"
[[package]]
name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.6 (git+https://github.com/alexcrichton/ctest)",
- "libc 0.2.35",
+ "libc 0.2.36",
]
[[package]]