Skip to content

Commit

Permalink
fix(deps): update rust crate ratatui to 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rtkay123 committed Feb 12, 2024
1 parent d24c337 commit 3221ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/mirro-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros", "fs"] }
toml = { version = "0.8.10", optional = true }
tui-logger = { version = "0.11.0", features = ["crossterm", "tracing-support"], default-features = false }
unicode-width = "0.1.11"
ratatui = { version = "0.26.0", features = ["crossterm"], default-features = false }
ratatui = { version = "0.26.1", features = ["crossterm"], default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit 3221ed7

Please sign in to comment.