From 3f2309bf602c2f1adbf0435df6294f6dfc800cfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:21:42 +0000 Subject: [PATCH] chore: update rust crate insta to 1.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29f81d3..1867e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,5 @@ unicode-width = "0.1.11" [dev-dependencies] fuzzy-matcher = "0.3.7" indicatif = "0.17.8" -insta = "1.36.1" +insta = "1.38.0" pretty_assertions = "1.4.0"