From fdfda7da59cc2f4edd060903137e2cc62847b81d Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 7 Apr 2022 14:20:59 +0200 Subject: [PATCH] Update rand to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 54b588ca7..8cba9f2d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ gloo-timers = "0.2" serde = { version = "1.0", features = ["derive"] } [dev-dependencies] -rand = "0.7" +rand = "0.8" tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] } [[example]]