Skip to content

Commit

Permalink
Add json feature to insta
Browse files Browse the repository at this point in the history
  • Loading branch information
allancalix committed Aug 27, 2022
1 parent 7f95f03 commit 558f9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ futures-util = { version = "0.3.17", optional = true }
insta = "1.7.2"

[dev-dependencies]
insta = { version = "1.7.2", features = ["redactions"] }
insta = { version = "1.19", features = ["redactions", "json"] }
tokio = { version = "1", features = ["test-util", "rt-multi-thread"] }
http-client = { version = "6.5.1", features = ["curl_client", "rustls"] }

0 comments on commit 558f9d7

Please sign in to comment.