diff --git a/Cargo.lock b/Cargo.lock index 6a42ffa260..d1e0c0e20b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4654,9 +4654,9 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha", diff --git a/crates/benchmarks/Cargo.toml b/crates/benchmarks/Cargo.toml index a2cddd5543..f4f0f8f1f1 100644 --- a/crates/benchmarks/Cargo.toml +++ b/crates/benchmarks/Cargo.toml @@ -22,7 +22,7 @@ tempfile = "3.15.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -rand = "0.8.5" +rand = "0.8.6" rand_chacha = "0.3.1" roaring = "0.10.10" diff --git a/crates/meilisearch-auth/Cargo.toml b/crates/meilisearch-auth/Cargo.toml index d31effd6e8..a0366d4762 100644 --- a/crates/meilisearch-auth/Cargo.toml +++ b/crates/meilisearch-auth/Cargo.toml @@ -16,7 +16,7 @@ enum-iterator = "2.1.0" hmac = "0.12.1" maplit = "1.0.2" meilisearch-types = { path = "../meilisearch-types" } -rand = "0.8.5" +rand = "0.8.6" roaring = { version = "0.10.10", features = ["serde"] } serde = { version = "1.0.217", features = ["derive"] } serde_json = { version = "1.0.135", features = ["preserve_order"] } diff --git a/crates/meilisearch/Cargo.toml b/crates/meilisearch/Cargo.toml index 1baff114f0..6b0b3d799f 100644 --- a/crates/meilisearch/Cargo.toml +++ b/crates/meilisearch/Cargo.toml @@ -65,7 +65,7 @@ permissive-json-pointer = { path = "../permissive-json-pointer" } pin-project-lite = "0.2.16" platform-dirs = "0.3.0" prometheus = { version = "0.13.4", features = ["process"] } -rand = "0.8.5" +rand = "0.8.6" rayon = "1.10.0" regex = "1.11.1" reqwest = { version = "0.12.12", features = [ diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 5eb89ea539..8ce802215f 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -86,7 +86,7 @@ rhai = { git = "https://github.com/rhaiscript/rhai", rev = "ef3df63121d27aacd838 "sync", ] } arroy = "0.5.0" -rand = "0.8.5" +rand = "0.8.6" tracing = "0.1.41" ureq = { version = "2.12.1", features = ["json"] } url = "2.5.4" @@ -110,7 +110,7 @@ insta = "=1.39.0" maplit = "1.0.2" md5 = "0.7.0" meili-snap = { path = "../meili-snap" } -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.8.6", features = ["small_rng"] } [features] all-tokenizations = [