diff --git a/Cargo.lock b/Cargo.lock index 2e5d0ab81..2ad612f99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,9 +612,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49de01ff8a0781c5414e674b4469b81f6693d6bda6a4d405600c2acd06ebc6d3" +checksum = "1a2bbec77f9472e4ed0cf9be1de622f0dc84d5af96599e3b625e569ef92aaed0" dependencies = [ "console", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index a8c644645..9f75da65f 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.0" +insta = "1.18.1" regex = "1.6.0" predicates = "2.1.1" test-case = "2.2.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 2dddf910c..2e48703db 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.0" +insta = "1.18.1" num_cpus = "1.13.1" test-case = "2.2.1"