Skip to content

Commit

Permalink
Bump deps, fix cargo "default-features" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 21, 2024
1 parent b4cb1a9 commit 66af1b7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
24 changes: 8 additions & 16 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 gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ readme = "../readme.md"

[dependencies]
pinger = { version = "^1.1.1", path = "../pinger" }
tui = { package = "ratatui", version = "0.26.0", features = ["crossterm"], default_features = false }
tui = { package = "ratatui", version = "0.27.0", features = ["crossterm"], default-features = false }
crossterm = "0.27.0"
anyhow = "1.0.81"
dns-lookup = "2.0.0"
chrono = "0.4.37"
itertools = "0.13.0"
shadow-rs = { version = "0.28.0", default_features = false }
shadow-rs = { version = "0.29.0", default-features = false }
const_format = "0.2.32"
clap = { version = "4.5.4", features = ["derive"] }

[build-dependencies]
shadow-rs = { version = "0.28.0", default_features = false }
shadow-rs = { version = "0.29.0", default-features = false }

0 comments on commit 66af1b7

Please sign in to comment.