From 5ee99093411b812f395f5cfe0fa5145223d8b55e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:14:10 +0000 Subject: [PATCH] chore: update rust crate insta to 1.35.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f90a202..3d64b40 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.34.0" +insta = "1.35.1" pretty_assertions = "1.4.0"