diff --git a/Cargo.lock b/Cargo.lock index b61a91e5..779872f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,9 +156,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 7ce085f4..4eeacfd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rstest = "=0.24.0" rstest_reuse = "=0.7.0" # For snapshot testing. -insta = "=1.42.1" +insta = "=1.42.2" [profile.release]