deps: add insta for tests

This commit is contained in:
2023-08-12 21:42:14 +03:00
parent 21571787f2
commit d4913a13f9
3 changed files with 81 additions and 2 deletions

View File

@@ -69,6 +69,6 @@ async-stream = { version = "0.3", optional = true }
zstd = { version = "^0.12", default-features = false, optional = true }
memmap = { version = "0.7.0", optional = true }
[dev-dependencies]
insta = { version = "1.31.0", features = ["yaml"] }
tempfile = "3.3"