mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-10 13:46:28 +00:00
bump cellulite to address backcompat issue from #5307
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1075,9 +1075,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cellulite"
|
name = "cellulite"
|
||||||
version = "0.3.1-nested-rtxns"
|
version = "0.3.1-nested-rtxns-2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "db298d57a80b9284327800b394ee3921307c2fdda87c6d37202f5cf400478981"
|
checksum = "f22d721963ead1a144f10cb8b53dc9469e760723b069123c7c7bc675c7354270"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossbeam",
|
"crossbeam",
|
||||||
"geo",
|
"geo",
|
||||||
|
@@ -19,7 +19,7 @@ bstr = "1.12.0"
|
|||||||
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
|
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
|
||||||
byteorder = "1.5.0"
|
byteorder = "1.5.0"
|
||||||
charabia = { version = "0.9.7", default-features = false }
|
charabia = { version = "0.9.7", default-features = false }
|
||||||
cellulite = "0.3.1-nested-rtxns"
|
cellulite = "0.3.1-nested-rtxns-2"
|
||||||
concat-arrays = "0.1.2"
|
concat-arrays = "0.1.2"
|
||||||
convert_case = "0.8.0"
|
convert_case = "0.8.0"
|
||||||
crossbeam-channel = "0.5.15"
|
crossbeam-channel = "0.5.15"
|
||||||
|
Reference in New Issue
Block a user