build(deps): bump rand from 0.9.2 to 0.9.3 (#4020)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-13 20:16:47 +09:00 committed by GitHub
parent 83e932bf74
commit c25dd237b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

16
Cargo.lock generated
View File

@ -88,7 +88,7 @@ dependencies = [
"openssl",
"percent-encoding",
"pin-project-lite",
"rand 0.9.2",
"rand 0.9.3",
"rcgen",
"regex",
"rustls 0.23.37",
@ -164,7 +164,7 @@ dependencies = [
"memchr",
"mime",
"multer",
"rand 0.9.2",
"rand 0.9.3",
"serde",
"serde_json",
"serde_plain",
@ -362,7 +362,7 @@ dependencies = [
"once_cell",
"openssl",
"pin-project-lite",
"rand 0.9.2",
"rand 0.9.3",
"rcgen",
"regex",
"regex-lite",
@ -606,7 +606,7 @@ dependencies = [
"openssl",
"percent-encoding",
"pin-project-lite",
"rand 0.9.2",
"rand 0.9.3",
"rcgen",
"rustls 0.20.9",
"rustls 0.21.12",
@ -1516,7 +1516,7 @@ dependencies = [
"idna",
"ipnet",
"once_cell",
"rand 0.9.2",
"rand 0.9.3",
"ring 0.17.14",
"thiserror 2.0.18",
"tinyvec",
@ -1538,7 +1538,7 @@ dependencies = [
"moka",
"once_cell",
"parking_lot",
"rand 0.9.2",
"rand 0.9.3",
"resolv-conf",
"smallvec",
"thiserror 2.0.18",
@ -2308,9 +2308,9 @@ dependencies = [
[[package]]
name = "rand"
version = "0.9.2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.5",