feat: add insta crate yaml feature (#25482)
parent
4e6c5dc825
commit
afd0022210
|
@ -69,7 +69,7 @@ hex = "0.4.3"
|
||||||
http = "0.2.9"
|
http = "0.2.9"
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
insta = { version = "1.39", features = ["json", "redactions"] }
|
insta = { version = "1.39", features = ["json", "redactions", "yaml"] }
|
||||||
indexmap = { version = "2.2.6" }
|
indexmap = { version = "2.2.6" }
|
||||||
libc = { version = "0.2" }
|
libc = { version = "0.2" }
|
||||||
mime = "0.3.17"
|
mime = "0.3.17"
|
||||||
|
|
Loading…
Reference in New Issue