Skip to content

Commit

Permalink
Update to latest versions of config, toml and ratatui (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
petersimonsson authored Feb 3, 2024
1 parent b9b6116 commit 85d5162
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 25 deletions.
132 changes: 110 additions & 22 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 @@ -24,11 +24,11 @@ error-stack = "0.4.1"
shellexpand = "3.1.0"
aho-corasick = "1.0.1"
shell-words = "1.1.0"
config = { version = "0.13.4", default-features = false, features = ["toml"] }
toml = "0.5"
config = { version = "0.14", default-features = false, features = ["toml"] }
toml = "0.8"
dirs = "5.0.1"
nucleo = "0.3.0"
ratatui = "0.25.0"
ratatui = "0.26.0"
crossterm = "0.27.0"

[[bin]]
Expand Down

0 comments on commit 85d5162

Please sign in to comment.