summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b04f9b51..2412a1ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,8 +27,8 @@ cc = "1"
[dev-dependencies]
bytes = "0.4.8"
lazy_static = "1.2"
-rand = "0.5"
-tempfile = "3"
+rand = "0.6"
+tempfile = "3.0.5"
[target.'cfg(target_os = "freebsd")'.dev-dependencies]
sysctl = "0.1"