diff --git a/Cargo.lock b/Cargo.lock index 0a58be9e..74f3bfe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" +checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" dependencies = [ "cfg-if", "once_cell", @@ -47,8 +47,7 @@ checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" [[package]] name = "ansi-to-tui" version = "4.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a39d5e575d0d1de1a8e008740ee9ab672c149f513e75a2b4f4810ecc73b226a" +source = "git+https://github.com/9999years/ansi-to-tui.git?branch=fix-reset#d150224e0f3fde7923d1b80b394e25323cba3d8e" dependencies = [ "nom", "ratatui", @@ -59,9 +58,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.12" +version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540" +checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" dependencies = [ "anstyle", "anstyle-parse", diff --git a/Cargo.toml b/Cargo.toml index ff7aeb87..a5d27d9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ categories = ["command-line-utilities", "development-tools"] [dependencies] aho-corasick = "1.0.2" -ansi-to-tui = "4.0.0" +ansi-to-tui = { git = "https://github.com/9999years/ansi-to-tui.git", branch = "fix-reset" } async-dup = "1.2.4" backoff = { version = "0.4.0", default-features = false } camino = "1.1.4"