mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 07:56:28 +00:00 
			
		
		
		
	Fix insta to 1.39
This commit is contained in:
		| @@ -17,4 +17,5 @@ nom_locate = "4.2.0" | ||||
| unescaper = "0.1.5" | ||||
|  | ||||
| [dev-dependencies] | ||||
| insta = "1.42.0" | ||||
| # fixed version due to format breakages in v1.40 | ||||
| insta = "=1.39.0" | ||||
|   | ||||
| @@ -47,6 +47,7 @@ uuid = { version = "1.11.0", features = ["serde", "v4"] } | ||||
| arroy = "0.5.0" | ||||
| big_s = "1.0.2" | ||||
| crossbeam-channel = "0.5.14" | ||||
| insta = { version = "1.42.0", features = ["json", "redactions"] } | ||||
| # fixed version due to format breakages in v1.40 | ||||
| insta = { version = "=1.39.0", features = ["json", "redactions"] } | ||||
| maplit = "1.0.2" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
|   | ||||
| @@ -44,7 +44,8 @@ utoipa = { version = "5.3.1", features = ["macros"] } | ||||
| uuid = { version = "1.11.0", features = ["serde", "v4"] } | ||||
|  | ||||
| [dev-dependencies] | ||||
| insta = "1.42.0" | ||||
| # fixed version due to format breakages in v1.40 | ||||
| insta = "=1.39.0" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
|  | ||||
| [features] | ||||
|   | ||||
| @@ -111,7 +111,8 @@ utoipa-scalar = { version = "0.2.1", optional = true, features = ["actix-web"] } | ||||
| [dev-dependencies] | ||||
| actix-rt = "2.10.0" | ||||
| brotli = "6.0.0" | ||||
| insta = "1.42.0" | ||||
| # fixed version due to format breakages in v1.40 | ||||
| insta = "=1.39.0" | ||||
| manifest-dir-macros = "0.1.18" | ||||
| maplit = "1.0.2" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
|   | ||||
| @@ -104,7 +104,8 @@ utoipa = { version = "5.3.1", features = ["non_strict_integers", "preserve_order | ||||
|  | ||||
| [dev-dependencies] | ||||
| mimalloc = { version = "0.1.43", default-features = false } | ||||
| insta = "1.42.0" | ||||
| # fixed version due to format breakages in v1.40 | ||||
| insta = "=1.39.0" | ||||
| maplit = "1.0.2" | ||||
| md5 = "0.7.0" | ||||
| meili-snap = { path = "../meili-snap" } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user