From 02575f1f5b2e7e3c3fc949f79ef12cf72fe506b3 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Sun, 6 Jul 2025 17:48:23 +0200 Subject: [PATCH] fix: ANSI-aware transient progress messages (#1976) Fixes the extra length that resulted in spurious empty lines for some commands (mainly when updating dependencies). --- deps/simple_logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/simple_logging b/deps/simple_logging index a8561d30..f45bf378 160000 --- a/deps/simple_logging +++ b/deps/simple_logging @@ -1 +1 @@ -Subproject commit a8561d302beb037887cb9980319039c5f86ad9c8 +Subproject commit f45bf378588dc1d0479cc24eb0eb41dc99f69cb4 -- 2.39.5