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

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