1
0
mirror of https://github.com/actix/examples synced 2025-04-24 01:23:21 +02:00

chore(deps): bump rand from 0.9.0 to 0.9.1

Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1.
- [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.9.0...rand_core-0.9.1)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.1
  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] 2025-04-21 17:49:36 +00:00 committed by GitHub
parent 72a92d995f
commit 5ef6a2465e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

97
Cargo.lock generated
View File

@ -182,7 +182,7 @@ dependencies = [
"mime",
"percent-encoding",
"pin-project-lite",
"rand 0.9.0",
"rand 0.9.1",
"sha1",
"smallvec",
"tokio",
@ -329,7 +329,7 @@ dependencies = [
"actix-utils",
"futures-core",
"futures-util",
"mio",
"mio 1.0.3",
"socket2",
"tokio",
"tracing",
@ -1108,7 +1108,7 @@ dependencies = [
"openssl",
"percent-encoding",
"pin-project-lite",
"rand 0.9.0",
"rand 0.9.1",
"rustls 0.23.25",
"serde",
"serde_json",
@ -1626,7 +1626,7 @@ dependencies = [
"env_logger",
"eyre",
"log",
"rand 0.9.0",
"rand 0.9.1",
"serde",
"tokio",
"tokio-util",
@ -1923,7 +1923,7 @@ dependencies = [
"indexmap 2.8.0",
"js-sys",
"once_cell",
"rand 0.9.0",
"rand 0.9.1",
"serde",
"serde_bytes",
"serde_json",
@ -2057,7 +2057,7 @@ dependencies = [
"env_logger",
"eyre",
"log",
"notify",
"notify 6.1.1",
"rustls 0.23.25",
"tokio",
]
@ -3129,7 +3129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -3140,7 +3140,7 @@ dependencies = [
"derive_more 2.0.1",
"env_logger",
"log",
"rand 0.9.0",
"rand 0.9.1",
]
[[package]]
@ -4416,6 +4416,17 @@ dependencies = [
"serde",
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify"
version = "0.11.0"
@ -5202,7 +5213,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bfa27f77378f5239b971abf45c16b56f6f207c0186f5b62ee2aee1be19dd6ce"
dependencies = [
"minijinja",
"notify",
"notify 8.0.0",
]
[[package]]
@ -5229,6 +5240,18 @@ dependencies = [
"adler2",
]
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
]
[[package]]
name = "mio"
version = "1.0.3"
@ -5520,6 +5543,25 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
"bitflags 2.9.0",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify 0.9.6",
"kqueue",
"libc",
"log",
"mio 0.8.11",
"walkdir",
"windows-sys 0.48.0",
]
[[package]]
name = "notify"
version = "8.0.0"
@ -5529,11 +5571,11 @@ dependencies = [
"bitflags 2.9.0",
"filetime",
"fsevent-sys",
"inotify",
"inotify 0.11.0",
"kqueue",
"libc",
"log",
"mio",
"mio 1.0.3",
"notify-types",
"walkdir",
"windows-sys 0.59.0",
@ -6130,7 +6172,7 @@ dependencies = [
"hmac",
"md-5",
"memchr",
"rand 0.9.0",
"rand 0.9.1",
"sha2",
"stringprep",
]
@ -6384,7 +6426,7 @@ checksum = "b820744eb4dc9b57a3398183639c511b5a26d2ed702cedd3febaa1393caa22cc"
dependencies = [
"bytes",
"getrandom 0.3.2",
"rand 0.9.0",
"rand 0.9.1",
"ring",
"rustc-hash 2.1.1",
"rustls 0.23.25",
@ -6407,7 +6449,7 @@ dependencies = [
"once_cell",
"socket2",
"tracing",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -6482,13 +6524,12 @@ dependencies = [
[[package]]
name = "rand"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
"zerocopy 0.8.23",
]
[[package]]
@ -6927,7 +6968,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -6940,7 +6981,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys 0.9.3",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -8139,7 +8180,7 @@ dependencies = [
"getrandom 0.3.2",
"once_cell",
"rustix 1.0.3",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -8476,7 +8517,7 @@ dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"mio 1.0.3",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
@ -8566,7 +8607,7 @@ dependencies = [
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"rand 0.9.0",
"rand 0.9.1",
"socket2",
"tokio",
"tokio-util",
@ -9029,7 +9070,7 @@ version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe"
dependencies = [
"rand 0.9.0",
"rand 0.9.1",
"web-time",
]
@ -9554,7 +9595,7 @@ dependencies = [
"env_logger",
"futures-util",
"log",
"rand 0.9.0",
"rand 0.9.1",
"tokio",
]
@ -9569,7 +9610,7 @@ dependencies = [
"actix-web-actors",
"env_logger",
"log",
"rand 0.9.0",
"rand 0.9.1",
]
[[package]]
@ -9582,7 +9623,7 @@ dependencies = [
"actix-web-actors",
"env_logger",
"log",
"rand 0.9.0",
"rand 0.9.1",
]
[[package]]
@ -9598,7 +9639,7 @@ dependencies = [
"env_logger",
"futures-util",
"log",
"rand 0.9.0",
"rand 0.9.1",
"serde",
"serde_json",
"tokio",
@ -9672,7 +9713,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]