From 23d97eb4a899444e2fa226495c2d28027335cc69 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 23 Jul 2025 07:56:46 -0400 Subject: [PATCH] Update console dependency to 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c07f79b..0b5187c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ regex-fancy = ["syntect/regex-fancy"] # Use the rust-only "fancy-regex" engine nu-ansi-term = "0.50.0" ansi_colours = "^1.2" bincode = "1.0" -console = "0.15.10" +console = "0.16.0" flate2 = "1.1" once_cell = "1.20" thiserror = "2.0"