From 379b1a78470bced1fc4eaea8bfc706c6e4272500 Mon Sep 17 00:00:00 2001 From: Charles Crete Date: Wed, 5 Mar 2025 00:18:44 -0500 Subject: [PATCH] fix: Support CRLF --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9af574a..5abd910 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,7 +35,7 @@ dependencies = [ [[package]] name = "ansi-to-tui" version = "7.0.0" -source = "git+https://github.com/Cretezy/ansi-to-tui.git?rev=74bd97e#74bd97e76066186cace33ea04cf497055db67e62" +source = "git+https://github.com/Cretezy/ansi-to-tui.git?rev=cc6fe279f1a1b3d5e24ec46d219c32a16ceb7edb#cc6fe279f1a1b3d5e24ec46d219c32a16ceb7edb" dependencies = [ "nom", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index e7b2696..6d84f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ pkg-url = "{ repo }/releases/download/v{ version }/lazyjj-v{ version }-{ target [dependencies] -ansi-to-tui = { git = "https://github.com/Cretezy/ansi-to-tui.git", rev = "74bd97e" } +ansi-to-tui = { git = "https://github.com/Cretezy/ansi-to-tui.git", rev = "cc6fe279f1a1b3d5e24ec46d219c32a16ceb7edb" } anyhow = "1.0.95" chrono = "0.4.39" clap = { version = "4.5.31", features = ["derive", "env"] }