summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-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"