aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/Cargo.toml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2026-04-24 14:41:07 -0700
committerGitHub <noreply@github.com>2026-04-24 14:41:07 -0700
commit374d31db861df7d1df46add083798d770d0818a7 (patch)
tree2055e20a6510daf3344167e2b254a3f36f589d1e /crates/atuin-ai/Cargo.toml
parentperf: Reduce AI TUI rendering overhead for long conversations (#3447) (diff)
downloadatuin-374d31db861df7d1df46add083798d770d0818a7.zip
chore: Update to eye_declare 0.5.1 (#3449)
Diffstat (limited to 'crates/atuin-ai/Cargo.toml')
-rw-r--r--crates/atuin-ai/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml
index 377017b7..06e50a4e 100644
--- a/crates/atuin-ai/Cargo.toml
+++ b/crates/atuin-ai/Cargo.toml
@@ -45,7 +45,7 @@ async-stream = "0.3"
uuid = { workspace = true }
tui-textarea-2 = "0.10.2"
unicode-width = "0.2"
-eye_declare = "0.5"
+eye_declare = "0.5.1"
ratatui-core = "0.1"
ratatui-widgets = "0.3"
thiserror = { workspace = true }