diff --git a/Cargo.lock b/Cargo.lock index 5c88b67..165a63f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8732d3774162a0851e3f2b150eb98f31a9885dd75985099421d393385a01dfd" +checksum = "dfd3461e1f00283105bdf97c3a1aca2b3f8456eb809a96938d2b190cd4dbc6d2" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 5323eba..250bdd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ rstest = "=0.26.1" rstest_reuse = "=0.7.0" # For snapshot testing. -insta = "=1.44.1" +insta = "=1.44.2" [profile.release]