Skip to content

Commit

Permalink
chore: Replace unmaintained tui with ratatui
Browse files Browse the repository at this point in the history
fmt
  • Loading branch information
DaughterOfMars committed Feb 26, 2025
1 parent 89f17a3 commit 4562ea6
Show file tree
Hide file tree
Showing 11 changed files with 2,578 additions and 2,360 deletions.
4,446 changes: 2,254 additions & 2,192 deletions Cargo.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ bytes = { version = "1.5.0", features = ["serde"] }
cached = "0.43.0"
camino = "1.1.1"
cfg-if = "1.0.0"
chrono = { version = "0.4.26", features = ["clock", "serde"] }
# Locked to this version until a release of `arrow` that includes https://github.com/apache/arrow-rs/pull/7198
chrono = { version = "=0.4.39", features = ["clock", "serde"] }
clap = { version = "4.4", features = ["derive", "wrap_help"] }
codespan-reporting = "0.11.1"
collectable = "0.0.2"
Expand Down
3 changes: 0 additions & 3 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
# output a note when they are encountered.
ignore = [
# "RUSTSEC-0000-0000",
# `tui` is unmaintained; use `ratatui` instead
"RUSTSEC-2023-0049",
# we don't do RSA signing on Sui (only verifying for zklogin)
"RUSTSEC-2023-0071",
# allow yaml-rust being unmaintained
Expand Down Expand Up @@ -65,7 +63,6 @@ allow = [
"LicenseRef-ring",
"Unlicense",
"BSL-1.0",
"Unicode-DFS-2016",
"Unicode-3.0",
"Zlib",
#"Apache-2.0 WITH LLVM-exception",
Expand Down
Loading

0 comments on commit 4562ea6

Please sign in to comment.