From d599113da006c6b524455b1e3ca41d88ab845121 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 5 Jan 2022 16:14:23 +0100 Subject: [PATCH] Bump console --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac24812..7e8d26f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ unicode = ["text", "unicode-segmentation", "bstr/unicode"] bytes = ["bstr", "text"] [dev-dependencies] -insta = "1.6.2" -console = "0.14.0" +insta = "1.10.0" +console = "0.15.0" serde_json = "1.0.68" [dependencies]