From 414386e7972be9c366962c7b96e636d5a2a1298c Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 2 May 2021 18:51:59 +0200 Subject: [PATCH] chore: update `rand` to 0.8 (#472) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcd5b40..a799a4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ pancurses = { version = "0.16.1", optional = true, features = ["win32a"] } serde = { version = "1", "optional" = true, features = ["derive"]} [dev-dependencies] -rand = "0.7" +rand = "0.8" argh = "0.1" [[example]]