mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
upgrade fastrand = "2.0.0"
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@ -1387,15 +1387,6 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fastrand"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
||||
dependencies = [
|
||||
"instant",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "fastrand"
|
||||
version = "2.0.0"
|
||||
@ -1590,7 +1581,7 @@ version = "1.3.1"
|
||||
dependencies = [
|
||||
"arbitrary",
|
||||
"clap",
|
||||
"fastrand 1.9.0",
|
||||
"fastrand",
|
||||
"milli",
|
||||
"serde",
|
||||
"serde_json",
|
||||
@ -3946,7 +3937,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"fastrand 2.0.0",
|
||||
"fastrand",
|
||||
"redox_syscall 0.3.5",
|
||||
"rustix 0.38.7",
|
||||
"windows-sys 0.48.0",
|
||||
|
Reference in New Issue
Block a user