diff --git a/Cargo.lock b/Cargo.lock index 14e0983f0..0092cded5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,9 +756,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.29.0" +version = "1.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" +checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 91262a91b..2295f74db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ libc = { version = "0.2.146" } [dev-dependencies] assert_cmd = "2.0.8" assert_matches = "1.5.0" -insta = { version = "1.29.0", features = ["filters"] } +insta = { version = "1.30.0", features = ["filters"] } regex = "1.8.4" testutils = { path = "lib/testutils" } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b29a78c26..f00d304e4 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -54,7 +54,7 @@ rustix = { version = "0.37.20", features = ["fs"] } [dev-dependencies] assert_matches = "1.5.0" criterion = "0.5.1" -insta = "1.29.0" +insta = "1.30.0" num_cpus = "1.15.0" test-case = "3.1.0" testutils = { path = "testutils" }