summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2025-07-18 08:48:18 +0000
committerSanto Cariotti <santo@dcariotti.me>2025-07-18 08:48:18 +0000
commit00a004557eab1223a23445e0e69d89e62473165b (patch)
treeaa5a66e37ecc583539e7dc66cdfeec3e6825491f /Cargo.toml
parentd45639ac4e589e14914722e54d589905caea1cff (diff)
Bump `rand 0.9.1`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"