mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	bump dependencies
This commit is contained in:
		| @@ -46,7 +46,7 @@ impl Server { | ||||
|     /// Returns a view to an index. There is no guarantee that the index exists. | ||||
|     pub fn index(&self, uid: impl AsRef<str>) -> Index<'_> { | ||||
|         Index { | ||||
|             uid: encode(uid.as_ref()), | ||||
|             uid: encode(uid.as_ref()).to_string(), | ||||
|             service: &self.service, | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user