diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-06-25 09:43:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-25 09:43:42 +0100 |
| commit | 05d1d9b136a0759796248c521abe8f02e8b54536 (patch) | |
| tree | 4fa6382575673057559a1c5dbb1c0f1aa174e715 /crates | |
| parent | fix: ensure we cleanup all tables when deleting (#2191) (diff) | |
| download | atuin-05d1d9b136a0759796248c521abe8f02e8b54536.zip | |
chore(deps): update ratatui to 0.27 (#2193)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/Cargo.toml b/crates/atuin/Cargo.toml index 90714ca0..eba27948 100644 --- a/crates/atuin/Cargo.toml +++ b/crates/atuin/Cargo.toml @@ -78,7 +78,7 @@ tiny-bip39 = "1" futures-util = "0.3" fuzzy-matcher = "0.3.7" colored = "2.0.4" -ratatui = "0.26" +ratatui = "0.27" tracing = "0.1" tracing-subscriber = { workspace = true } uuid = { workspace = true } |
