From bdb1f7a64474ef9ab30c1afe477691fde8420213 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 15 Feb 2021 23:13:47 +0100 Subject: [PATCH] Bump similar dependency to 1.6.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 317c231..a186610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ unicode = ["text", "unicode-segmentation", "bstr/unicode"] bytes = ["bstr", "text"] [dev-dependencies] -insta = "1.5.2" +insta = "1.6.2" console = "0.14.0" [dependencies]