diff --git a/Cargo.lock b/Cargo.lock index 09f307603..be6195414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2130,9 +2130,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.30.0" +version = "1.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" +checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index d3b49d43b..3fff5367a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ parking_lot = "0.12" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.12.0" -insta = { version = "1.30.0", features = ["json", "redactions"] } +insta = { version = "1.31.0", features = ["json", "redactions"] } pretty_assertions = "1.4.0" rstest = "0.18.1"