diff --git a/Cargo.lock b/Cargo.lock index b1a9b65e6..b02051ac0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2857,9 +2857,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.40.0" +version = "1.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60" +checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 08b45e3f5..f271871f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ default-features = false # Snapshot testing [workspace.dependencies.insta] -version = "1.40.0" +version = "1.41.0" features = ["yaml", "json"] # Email sending