diff --git a/Cargo.lock b/Cargo.lock index 165a63f..e0383ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,9 +257,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.44.2" +version = "1.44.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfd3461e1f00283105bdf97c3a1aca2b3f8456eb809a96938d2b190cd4dbc6d2" +checksum = "b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698" dependencies = [ "console", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 250bdd1..90aeedf 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.2" +insta = "=1.44.3" [profile.release]