diff --git a/Cargo.lock b/Cargo.lock index 79332b36d..d8efbbc2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -710,9 +710,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.28.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" +checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 3daaee33e..2394faa55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ assert_cmd = "2.0.8" assert_matches = "1.5.0" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = { version = "1.28.0", features = ["filters"] } +insta = { version = "1.29.0", features = ["filters"] } predicates = "2.1.5" regex = "1.7.2" testutils = { path = "lib/testutils" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c3ac285d9..4947ff9d4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,7 @@ prost = "0.11.8" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.28.0" +insta = "1.29.0" num_cpus = "1.15.0" test-case = "3.0.0" testutils = { path = "testutils" }