Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 7, 2023
1 parent 5dbf586 commit 7e393f7
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 41 deletions.
158 changes: 118 additions & 40 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 gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../readme.md"

[dependencies]
pinger = { version = "^0.13.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.22.0", features = ["crossterm"], default_features = false }
tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false }
crossterm = "0.27.0"
anyhow = "1.0.75"
dns-lookup = "2.0.0"
Expand Down

0 comments on commit 7e393f7

Please sign in to comment.