mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Sort Cargo.toml dependencies
This commit is contained in:
		| @@ -5,15 +5,15 @@ edition = "2018" | ||||
| publish = false | ||||
|  | ||||
| [dependencies] | ||||
| milli = { path = "../milli" } | ||||
| anyhow = "1.0.56" | ||||
| serde_json = { version = "1.0.79", features = ["preserve_order"] } | ||||
| csv = "1.1.6" | ||||
| milli = { path = "../milli" } | ||||
| mimalloc = { version = "0.1.29", default-features = false } | ||||
| serde_json = { version = "1.0.79", features = ["preserve_order"] } | ||||
|  | ||||
| [dev-dependencies] | ||||
| heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } | ||||
| criterion = { version = "0.3.5", features = ["html_reports"] } | ||||
| heed = { git = "https://github.com/meilisearch/heed", tag = "v0.12.1" } | ||||
| rand = "0.8.5" | ||||
| rand_chacha = "0.3.1" | ||||
| roaring = "0.9.0" | ||||
| @@ -21,8 +21,8 @@ roaring = "0.9.0" | ||||
| [build-dependencies] | ||||
| anyhow = "1.0.56" | ||||
| bytes = "1.1.0" | ||||
| flate2 = "1.0.22" | ||||
| convert_case = "0.5.0" | ||||
| flate2 = "1.0.22" | ||||
| reqwest = { version = "0.11.9", features = ["blocking", "rustls-tls"], default-features = false } | ||||
|  | ||||
| [[bench]] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user