reupload the test fix for the dump

This commit is contained in:
Irevoire 2022-10-26 18:44:10 +02:00 committed by Clément Renault
parent fa84eae0f1
commit 866a3676eb
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
12 changed files with 182 additions and 125 deletions

View file

@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
insta = { version = "1.19.1", features = ["json", "redactions"] }
insta = { version = "^1.19.1", features = ["json", "redactions"] }
md5 = "0.7.0"
once_cell = "1.15"