summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5df27ec8..093468da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,12 +20,13 @@ preadv_pwritev = []
signalfd = []
[dependencies]
-libc = "0.2.4"
+libc = "0.2.7"
bitflags = "0.3.3"
[dev-dependencies]
rand = "0.3.8"
tempdir = "0.3"
+tempfile = "2"
nix-test = { path = "nix-test" }
[[test]]