Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Nov 16, 2024
1 parent f10e35d commit cbec2e0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 15 deletions.
28 changes: 17 additions & 11 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.2.3", path = "../pinger" }
tui = { package = "ratatui", version = "0.28.1", features = ["crossterm"], default-features = false }
tui = { package = "ratatui", version = "0.29.0", features = ["crossterm"], default-features = false }
crossterm = "0.28.1"
anyhow = "1.0.81"
dns-lookup = "2.0.0"
chrono = "0.4.37"
itertools = "0.13.0"
shadow-rs = { version = "0.33.0", default-features = false }
shadow-rs = { version = "0.36.0", default-features = false }
const_format = "0.2.32"
clap = { version = "4.5.4", features = ["derive"] }

[build-dependencies]
shadow-rs = { version = "0.33.0", default-features = false }
shadow-rs = { version = "0.36.0", default-features = false }
2 changes: 1 addition & 1 deletion pinger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/orf/pinger/"

[dependencies]
anyhow = "1.0.81"
thiserror = "1.0.58"
thiserror = "2.0.3"
rand = "0.8.5"
lazy-regex = "3.1.0"

Expand Down

0 comments on commit cbec2e0

Please sign in to comment.