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
@@ -25,6 +25,6 @@ crossbeam-utils = "0.6.0"
slab = "0.4.1"
[dev-dependencies]
rand = "0.5"
rand = "0.6"
tokio-mock-task = "0.1.0"
tokio = { version = "0.1.7", path = "../" }