From dc64919307cb68d786341ba46bcb5a71f74ff50d Mon Sep 17 00:00:00 2001 From: arcnmx Date: Tue, 5 Jan 2016 15:32:00 -0500 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec918528e4..1d47736bac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,11 +20,11 @@ preadv_pwritev = [] signalfd = [] [dependencies] -libc = "0.1.12" -bitflags = "0.3.2" +libc = "^0.1.12" +bitflags = "^0.3.3" [dev-dependencies] -rand = "0.3.8" +rand = "^0.3.12" [dev-dependencies.nix-test] path = "nix-test"