From 32ae9df198422f3a21c4c0de14cff7ac4d89bd21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 01:10:50 +0000 Subject: [PATCH] chore: update rust crate insta to 1.36.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d64b40..21e79ff 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.35.1" +insta = "1.36.1" pretty_assertions = "1.4.0"