Skip to content

Commit

Permalink
Merge pull request #57 from ckaznable/deps
Browse files Browse the repository at this point in the history
chore: bump deps version
  • Loading branch information
ckaznable authored Sep 22, 2024
2 parents 8066a25 + 1c27dba commit 47266a8
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 43 deletions.
184 changes: 147 additions & 37 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ version = "1.14.1"
edition = "2021"

[dependencies]
ratatui = "=0.27.0"
tui-input = "=0.8.0"
ratatui = "=0.28.1"
tui-input = "=0.10.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sys-locale = "0.3.1"
lazy_static = "1.4"
clap = { version = "4.4.7", features = ["derive"] }
regex = "1.10.2"
textwrap = "0.16.0"
ansi-to-tui = "4.0.1"
ansi-to-tui = "6.0.0"
anyhow = "1.0.79"
xdg = "2.5.2"

Expand Down
Loading

0 comments on commit 47266a8

Please sign in to comment.