diff --git a/Cargo.lock b/Cargo.lock index e24d43a47..53e9a75d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2798,9 +2798,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.42.1" +version = "1.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71c1b125e30d93896b365e156c33dadfffab45ee8400afcbba4752f59de08a86" +checksum = "50259abbaa67d11d2bcafc7ba1d094ed7a0c70e3ce893f0d0997f73558cb3084" dependencies = [ "console", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index df9f48389..fe474ae5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -186,7 +186,7 @@ default-features = false # Snapshot testing [workspace.dependencies.insta] -version = "1.42.1" +version = "1.42.2" features = ["yaml", "json"] # Email sending