Skip to content

Commit

Permalink
Abacus: add json feature to insta dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnzlml committed Aug 11, 2022
1 parent def2326 commit aa9f2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ uuid = { version = "1.1.2", default-features = false, features = ["std", "v4"] }
warp = { version = "0.3.2", default-features = false, features = ["multipart", "compression"] }

[dev-dependencies]
insta = { version = "1.18.2", default-features = false, features = ["colors", "ron", "redactions"] }
insta = { version = "1.18.2", default-features = false, features = ["colors", "ron", "redactions", "json"] }
proptest = "1.0.0"
tokio = { version = "1.20.1", default-features = false, features = ["full"] }
valico = "3.6.1"

0 comments on commit aa9f2dd

Please sign in to comment.