mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Bump heed to fix a prefix iter bug
This commit is contained in:
		
							
								
								
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @@ -689,9 +689,9 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "heed" | name = "heed" | ||||||
| version = "0.8.1" | version = "0.9.0" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "c1c9d6f92f402a1452d658038a279d882c77fc5c1f50f29eb491b5fac537f479" | checksum = "1cbfcd936aa75c7cb1a8485dd2506ea0ae204e2131bf614d8aa4e5f4177455b1" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "byteorder", |  "byteorder", | ||||||
|  "heed-traits", |  "heed-traits", | ||||||
|   | |||||||
| @@ -14,7 +14,7 @@ flate2 = "1.0.17" | |||||||
| fst = "0.4.4" | fst = "0.4.4" | ||||||
| fxhash = "0.2.1" | fxhash = "0.2.1" | ||||||
| grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "ce3517f" } | grenad = { git = "https://github.com/Kerollmops/grenad.git", rev = "ce3517f" } | ||||||
| heed = { version = "0.8.1", default-features = false, features = ["lmdb"] } | heed = { version = "0.9.0", default-features = false, features = ["lmdb"] } | ||||||
| human_format = "1.0.3" | human_format = "1.0.3" | ||||||
| indexmap = { version = "1.6.0", features = ["serde-1"] } | indexmap = { version = "1.6.0", features = ["serde-1"] } | ||||||
| jemallocator = "0.3.2" | jemallocator = "0.3.2" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user