diff --git a/Cargo.lock b/Cargo.lock index 1f3caa6d2..02ca08ad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2857,9 +2857,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f72d3e19488cf7d8ea52d2fc0f8754fc933398b337cd3cbdb28aaeb35159ef" +checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index f271871f9..d7321d2b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -157,7 +157,7 @@ default-features = false # Snapshot testing [workspace.dependencies.insta] -version = "1.41.0" +version = "1.41.1" features = ["yaml", "json"] # Email sending