feat: add insta crate yaml feature (#25482)

pull/25483/head
Trevor Hilton 2024-10-22 12:30:28 -04:00 committed by GitHub
parent 4e6c5dc825
commit afd0022210
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"