From e5b94528c70a8965376805037cb00ba3c08f1869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Sun, 3 May 2026 10:05:54 +0200 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 25240fc..fce95f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ std = ["alloc"] [dev-dependencies] criterion = { version = "0.7", default-features = false } quickcheck = "1" -rand = "0.9" +rand = "0.10" [[bench]] name = "base62"