Bump rand from 0.9.0 to 0.10.0

This commit is contained in:
Daniel Hofstetter
2026-02-09 16:15:40 +01:00
parent d79b65f9e8
commit 71b0f6fa13
2 changed files with 318 additions and 52 deletions
Generated
+317 -51
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -36,7 +36,7 @@ clap_mangen = "0.2.20"
libc = "0.2.154"
phf = "0.13.0"
phf_codegen = "0.13.1"
rand = { version = "0.9.0", features = ["small_rng"] }
rand = { version = "0.10.0" }
regex = "1.10.4"
tempfile = "3.10.1"
textwrap = { version = "0.16.1", features = ["terminal_size"] }