mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Upgrade incompatible dependencies
This commit is contained in:
		| @@ -51,7 +51,7 @@ smallstr = { version = "0.3.0", features = ["serde"] } | ||||
| smallvec = "1.13.2" | ||||
| smartstring = "1.0.1" | ||||
| tempfile = "3.15.0" | ||||
| thiserror = "1.0.69" | ||||
| thiserror = "2.0.9" | ||||
| time = { version = "0.3.37", features = [ | ||||
|     "serde-well-known", | ||||
|     "formatting", | ||||
| @@ -63,19 +63,19 @@ uuid = { version = "1.11.0", features = ["v4"] } | ||||
| filter-parser = { path = "../filter-parser" } | ||||
|  | ||||
| # documents words self-join | ||||
| itertools = "0.13.0" | ||||
| itertools = "0.14.0" | ||||
|  | ||||
| csv = "1.3.1" | ||||
| candle-core = { version = "0.6.0" } | ||||
| candle-transformers = { version = "0.6.0" } | ||||
| candle-nn = { version = "0.6.0" } | ||||
| candle-core = { version = "0.8.2" } | ||||
| candle-transformers = { version = "0.8.2" } | ||||
| candle-nn = { version = "0.8.2" } | ||||
| tokenizers = { git = "https://github.com/huggingface/tokenizers.git", tag = "v0.15.2", version = "0.15.2", default-features = false, features = [ | ||||
|     "onig", | ||||
| ] } | ||||
| hf-hub = { git = "https://github.com/dureuill/hf-hub.git", branch = "rust_tls", default-features = false, features = [ | ||||
|     "online", | ||||
| ] } | ||||
| tiktoken-rs = "0.5.9" | ||||
| tiktoken-rs = "0.6.0" | ||||
| liquid = "0.26.9" | ||||
| rhai = { git = "https://github.com/rhaiscript/rhai", rev = "ef3df63121d27aacd838f366f2b83fd65f20a1e4", features = [ | ||||
|     "serde", | ||||
|   | ||||
| @@ -134,7 +134,7 @@ and can not be more than 511 bytes.", .document_id.to_string() | ||||
|     InvalidVectorsEmbedderConf { document_id: String, error: String }, | ||||
|     #[error("{0}")] | ||||
|     InvalidFilter(String), | ||||
|     #[error("Invalid type for filter subexpression: expected: {}, found: {1}.", .0.join(", "))] | ||||
|     #[error("Invalid type for filter subexpression: expected: {}, found: {}.", .0.join(", "), .1)] | ||||
|     InvalidFilterExpression(&'static [&'static str], Value), | ||||
|     #[error("Attribute `{}` is not sortable. {}", | ||||
|         .field, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user