From 68575f5bf39cc576561748e87dc143121bec85e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Wed, 11 Mar 2026 20:34:32 +0100 Subject: [PATCH] upgrade rand to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36315c5..e5669cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,5 +8,5 @@ license = "MIT/Apache-2.0" edition = "2018" [dev-dependencies] -rand = { version = "0.8", features = ["small_rng"] } +rand = "0.10"