diff --git a/Cargo.lock b/Cargo.lock index 4fb7db6a5..33bf741e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.18.1" +version = "1.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a2bbec77f9472e4ed0cf9be1de622f0dc84d5af96599e3b625e569ef92aaed0" +checksum = "57a9aec10c9a062ef0454fd49ebaefa59239f836d1b30891d9cc2289978dd970" dependencies = [ "console", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index ef0c292a5..066b39b36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ thiserror = "1.0.32" assert_cmd = "2.0.4" criterion = "0.3.6" criterion_bencher_compat = "0.3.4" -insta = "1.18.1" +insta = "1.18.2" regex = "1.6.0" predicates = "2.1.1" test-case = "2.2.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2e48703db..d1a7bcd13 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,7 +42,7 @@ zstd = "0.11.2" [dev-dependencies] assert_matches = "1.5.0" -insta = "1.18.1" +insta = "1.18.2" num_cpus = "1.13.1" test-case = "2.2.1"