chore: bump rand dependency to 0.6 (#753)

This commit is contained in:
Alex Gaynor
2018-11-16 14:54:14 -08:00
committed by Carl Lerche
parent c83355235c
commit d0963774a3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ futures = "0.1.19"
crossbeam-deque = "0.6.1"
crossbeam-utils = "0.6.0"
num_cpus = "1.2"
rand = "0.5"
rand = "0.6"
log = "0.4"
[dev-dependencies]