diff --git a/Cargo.toml b/Cargo.toml index a3b20c951a..79b3f1eb9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"