From 5b63db2e24a967d49e88ce5d20d0e9e28a702409 Mon Sep 17 00:00:00 2001 From: Trevor Hilton Date: Tue, 22 Oct 2024 12:30:28 -0400 Subject: [PATCH] feat: add insta crate yaml feature (#25482) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3b20c951ac..79b3f1eb9c7 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"