diff --git a/Cargo.lock b/Cargo.lock index f9214b0b6..4f7b85331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.19.1" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc61e98be01e89296f3343a878e9f8ca75a494cb5aaf29df65ef55734aeb85f5" +checksum = "58a931b01c76064c5be919faa2ef0dc570e9a889dcd1e5fef08a8ca6eb4d6c0b" dependencies = [ "console", "linked-hash-map", diff --git a/Cargo.toml b/Cargo.toml index 23d76b969..c9fa0feb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ thiserror = "1.0.35" assert_cmd = "2.0.4" criterion = "0.4.0" criterion_bencher_compat = "0.4.0" -insta = "1.19.1" +insta = "1.20.0" lazy_static = "1.4.0" regex = "1.6.0" predicates = "2.1.1" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 8c5d95576..afbb9a00f 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.19.1" +insta = "1.20.0" num_cpus = "1.13.1" test-case = "2.2.1"