diff --git a/Cargo.lock b/Cargo.lock index 4f27ae1dc..57362a64f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2420,9 +2420,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 40752c915..ef023f3cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ typetag = "0.2" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.15.0" -insta = { version = "1.42.1", features = ["json", "redactions"] } +insta = { version = "1.42.2", features = ["json", "redactions"] } rstest = "0.24.0" [[bench]]