diff --git a/Cargo.lock b/Cargo.lock index b335656ed..ed0626522 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,9 +688,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197f4e300af8b23664d4077bf5c40e0afa9ba66a567bb5a51d3def3c7b287d1c" +checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 9045da607..5996b9828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ libc = { version = "0.2.138" } assert_cmd = "2.0.7" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = "1.22.0" +insta = "1.23.0" predicates = "2.1.4" regex = "1.7.0" test-case = "2.2.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1e76b5c43..47b4a796d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -46,7 +46,7 @@ tracing = "0.1.37" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.22.0" +insta = "1.23.0" num_cpus = "1.14.0" test-case = "2.2.2" testutils = { path = "testutils" }