build(deps): update rust crate rand to 0.10.1

This commit is contained in:
renovate[bot]
2026-04-11 11:19:24 +00:00
committed by GitHub
parent 727fbe1914
commit b26545e6ab
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -3044,9 +3044,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
dependencies = [ dependencies = [
"chacha20", "chacha20",
"getrandom 0.4.2", "getrandom 0.4.2",
@@ -3529,7 +3529,7 @@ dependencies = [
"pest_derive", "pest_derive",
"process_control", "process_control",
"quick-xml 0.39.2", "quick-xml 0.39.2",
"rand 0.10.0", "rand 0.10.1",
"rayon", "rayon",
"regex", "regex",
"rust-ini", "rust-ini",
+1 -1
View File
@@ -60,7 +60,7 @@ pest = "2.8.6"
pest_derive = "2.8.6" pest_derive = "2.8.6"
process_control = "5.2.0" process_control = "5.2.0"
quick-xml = "0.39.2" quick-xml = "0.39.2"
rand = "0.10.0" rand = "0.10.1"
rayon = "1.11.0" rayon = "1.11.0"
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] } regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.3" rust-ini = "0.21.3"