Skip to content

Commit

Permalink
fix(deps): update tui
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 24, 2024
1 parent 51277a8 commit efacb25
Showing 1 changed file with 1 addition and 1 deletion.
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.12", optional = true }
tui-logger = { version = "0.11.1", features = ["crossterm", "tracing-support"], default-features = false }
unicode-width = "0.1.12"
ratatui = { version = "0.26.2", features = ["crossterm"], default-features = false }
ratatui = { version = "0.27.0", features = ["crossterm"], default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit efacb25

Please sign in to comment.