diff --git a/Cargo.lock b/Cargo.lock index ecd8afb..4726720 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1203,9 +1203,9 @@ dependencies = [ [[package]] name = "lurk-cli" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cceb96fb968271defe0e262d52580b7de1318ef3f2dd21412fc9e854969dabd" +checksum = "d2f34b54232c17c04a0de4de4d5578f7b38508c5b1ff547d3f25e10fbd98ddad" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index fc9fd5d..6ff0af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tui-input = "0.10.1" tui-popup = "0.5.0" unicode-width = "0.1.11" textwrap = "0.16.1" -lurk-cli = { version = "0.3.7", optional = true } +lurk-cli = { version = "0.3.8", optional = true } nix = { version = "0.29.0", features = ["ptrace", "signal"] } ansi-to-tui = "6.0.0" console = "0.15.8"