From 71c5437f9c0d6c5b018f5049f4e3ac662475913e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 9 Jun 2019 09:27:09 -0400 Subject: deps: update rand to 0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdafd31..b03ad80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ version = "0.1.1" [dev-dependencies] docopt = "1.0.1" quickcheck = { version = "0.8", default-features = false } -rand = "0.5" +rand = "0.6" serde = "1" serde_derive = "1" doc-comment = "0.3" -- cgit v1.2.3