build(deps): bump rand from 0.10.1 to 0.10.2

Bumps [rand](https://github.com/rust-random/rand) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.10.1...0.10.2)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-07-08 00:23:13 +00:00 committed by GitHub
parent c6249cc00c
commit d22227c779
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 9 deletions

18
Cargo.lock generated
View File

@ -88,7 +88,7 @@ dependencies = [
"openssl", "openssl",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"rand 0.10.1", "rand 0.10.2",
"rcgen", "rcgen",
"regex", "regex",
"rustls 0.23.38", "rustls 0.23.38",
@ -164,7 +164,7 @@ dependencies = [
"memchr", "memchr",
"mime", "mime",
"multer", "multer",
"rand 0.10.1", "rand 0.10.2",
"rustversion-msrv", "rustversion-msrv",
"serde", "serde",
"serde_json", "serde_json",
@ -360,7 +360,7 @@ dependencies = [
"once_cell", "once_cell",
"openssl", "openssl",
"pin-project-lite", "pin-project-lite",
"rand 0.10.1", "rand 0.10.2",
"rcgen", "rcgen",
"regex", "regex",
"regex-lite", "regex-lite",
@ -652,7 +652,7 @@ dependencies = [
"openssl", "openssl",
"percent-encoding", "percent-encoding",
"pin-project-lite", "pin-project-lite",
"rand 0.10.1", "rand 0.10.2",
"rcgen", "rcgen",
"rustls 0.20.9", "rustls 0.20.9",
"rustls 0.21.12", "rustls 0.21.12",
@ -1650,7 +1650,7 @@ dependencies = [
"idna", "idna",
"ipnet", "ipnet",
"jni", "jni",
"rand 0.10.1", "rand 0.10.2",
"thiserror 2.0.18", "thiserror 2.0.18",
"tinyvec", "tinyvec",
"tokio", "tokio",
@ -1670,7 +1670,7 @@ dependencies = [
"jni", "jni",
"once_cell", "once_cell",
"prefix-trie", "prefix-trie",
"rand 0.10.1", "rand 0.10.2",
"ring 0.17.14", "ring 0.17.14",
"thiserror 2.0.18", "thiserror 2.0.18",
"tinyvec", "tinyvec",
@ -1695,7 +1695,7 @@ dependencies = [
"ndk-context", "ndk-context",
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"rand 0.10.1", "rand 0.10.2",
"resolv-conf", "resolv-conf",
"smallvec", "smallvec",
"system-configuration", "system-configuration",
@ -2580,9 +2580,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.10.1" version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
dependencies = [ dependencies = [
"chacha20", "chacha20",
"getrandom 0.4.2", "getrandom 0.4.2",