Fix insta to 1.39

This commit is contained in:
Clément Renault 2025-01-08 15:18:08 +01:00
parent b997039a91
commit 48a9ad4c17
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
6 changed files with 491 additions and 287 deletions

View file

@ -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" }