From 00a004557eab1223a23445e0e69d89e62473165b Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Fri, 18 Jul 2025 10:48:18 +0200 Subject: Bump `rand 0.9.1` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5410d2f..03e245d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ sha3 = "0.10.8" [dev-dependencies] criterion = { version = "0.6.0" } -rand = "0.8" +rand = "0.9.1" [[bench]] name = "bigfile" -- cgit v1.2.3-71-g8e6c