diff --git a/Cargo.lock b/Cargo.lock index 6b6e33a45..f2259299d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2110,9 +2110,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.31.0" +version = "1.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a" +checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 8eb6a4b6a..205847976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ parking_lot = "0.12" [dev-dependencies] criterion = "0.5.1" gix-testtools = "0.12.0" -insta = { version = "1.31.0", features = ["json", "redactions"] } +insta = { version = "1.34.0", features = ["json", "redactions"] } pretty_assertions = "1.4.0" rstest = "0.18.2"