From 05557cbe5097b9f31887ff53e1401ed102cbc722 Mon Sep 17 00:00:00 2001 From: Crypto-Spartan Date: Mon, 28 Feb 2022 20:40:45 +0000 Subject: [PATCH] update rand v0.8.3 -> v0.8.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69df4f9..19fcead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ assert_cmd = "2.0.4" infer = "0.7.0" parse-display = "0.5.4" proptest = "1.0.0" -rand = { version = "0.8.3", default-features = false, features = ["small_rng", "std"] } +rand = { version = "0.8.5", default-features = false, features = ["small_rng", "std"] } test-strategy = "0.1.2" [features]