diff --git a/Cargo.lock b/Cargo.lock index 32d103d0a..e091ad946 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.21.1" +version = "1.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba1e75aa1530e7385af7b2685478dece08dafb9db3b4225c753286decea83bef" +checksum = "261bf85ed492cd1c47c9ba675e48649682a9d2d2e77f515c5386d7726fb0ba76" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 39ddab3a6..88e33c6ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ libc = { version = "0.2.137" } assert_cmd = "2.0.6" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = "1.21.1" +insta = "1.21.2" regex = "1.7.0" predicates = "2.1.3" test-case = "2.2.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d99bb6af7..c6bc72913 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -47,7 +47,7 @@ tracing = "0.1.37" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.21.1" +insta = "1.21.2" num_cpus = "1.14.0" test-case = "2.2.2" testutils = { path = "testutils" }