build(deps): update rust crate rand to 0.10.0 (#7263)

* build(deps): update rust crate rand to 0.10.0

* import new trait name

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-11 20:15:32 +01:00
committed by GitHub
parent 3c139aa060
commit d67f127743
3 changed files with 195 additions and 26 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ pest = "2.8.6"
pest_derive = "2.8.6"
process_control = "5.2.0"
quick-xml = "0.39.0"
rand = "0.9.2"
rand = "0.10.0"
rayon = "1.11.0"
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.3"