summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2015-04-01 20:39:43 -0700
committerCarl Lerche <me@carllerche.com>2015-04-01 20:39:43 -0700
commit13a1d556b4de0752eb8a92dc40a2a1a49a796ca4 (patch)
treea43383259b3efdfc0241fa0d7e519e6f39759ec2
parentffc8826dfe446b20a4c435e143cddf4b7ca34bad (diff)
downloadnix-13a1d556b4de0752eb8a92dc40a2a1a49a796ca4.zip
Bump dependency versions
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 70a302dc..f2e3bae4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,11 +14,11 @@ exclude = [
]
[dependencies]
-libc = "0.1.3"
+libc = "0.1.4"
bitflags = "0.1.1"
[dev-dependencies]
-rand = "0.3.4"
+rand = "0.3.5"
[dev-dependencies.nix-test]
path = "nix-test"