fix(deps): update rust crate rand to v0.10.2 (#1298)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-07-05 09:47:12 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent c4baaf6750
commit cd5817779c
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -1841,9 +1841,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
[[package]]
name = "rand"
version = "0.10.1"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
dependencies = [
"chacha20",
"getrandom 0.4.3",
+1 -1
View File
@@ -32,7 +32,7 @@ log = { version = "=0.4.33", features = [
maxminddb = { version = "=0.29.0", features = ["mmap"] }
mimalloc = { version = "=0.1.52", features = ["override"], optional = true }
parking_lot = "=0.12.5"
rand = { version = "=0.10.1", default-features = false, features = [
rand = { version = "=0.10.2", default-features = false, features = [
"std",
"thread_rng",
] }