fix(deps): update rust crate rand to 0.10.0
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error

This commit was merged in pull request #26.
This commit is contained in:
2026-02-09 01:44:41 +00:00
parent dba0feeb93
commit 2026981926
2 changed files with 275 additions and 65 deletions

View File

@@ -19,7 +19,7 @@ dotenvy.workspace = true
walkdir = "2.5.0"
ignore = "0.4.23"
blake3 = "1.8.2"
rand = "0.9.2"
rand = "0.10.0"
ansi_term = "0.12.1"
shellexpand = "3.1.1"