Upgrade rand to ~0.9

This commit is contained in:
2025-06-27 15:17:45 -07:00
parent b80f039b93
commit 9f893b0005
4 changed files with 41 additions and 17 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ categories = ["algorithms", "data-structures"]
[dependencies]
rand = "~0.8"
rand = "~0.9"
thiserror = "~2.0"