diff --git a/Cargo.toml b/Cargo.toml index e308206..9b2cb01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4.6" libc = "0.2.50" [target.'cfg(windows)'.dependencies] -rand = "0.6.5" +rand = "0.7.0" [dev-dependencies] futures = "0.1"