Skip to content

Commit

Permalink
feat: add insta crate yaml feature (#25482)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiltontj authored and praveen-influx committed Oct 24, 2024
1 parent 9a52eba commit 5b63db2
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 @@ -69,7 +69,7 @@ hex = "0.4.3"
http = "0.2.9"
humantime = "2.1.0"
hyper = "0.14"
insta = { version = "1.39", features = ["json", "redactions"] }
insta = { version = "1.39", features = ["json", "redactions", "yaml"] }
indexmap = { version = "2.2.6" }
libc = { version = "0.2" }
mime = "0.3.17"
Expand Down

0 comments on commit 5b63db2

Please sign in to comment.