Add comment explaining why we fixed the version of insta

This commit is contained in:
Louis Dureuil 2024-11-21 16:56:56 +01:00
parent dcc3caef0d
commit ffb60cb885
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
# fixed version due to format breakages in v1.40
insta = { version = "=1.39.0", features = ["json", "redactions"] }
md5 = "0.7.0"
once_cell = "1.19"