Skip to content

Commit

Permalink
Merge pull request #495 from orf/dependabot/cargo/dependencies-9c32e4…
Browse files Browse the repository at this point in the history
…4ff3

chore(deps): bump the dependencies group across 1 directory with 6 updates
  • Loading branch information
orf authored Dec 15, 2024
2 parents f49a0a3 + b042561 commit 7846c3c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ readme = "../readme.md"
pinger = { version = "^1.3.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.29.0", features = ["crossterm"], default-features = false }
crossterm = "0.28.1"
anyhow = "1.0.81"
anyhow = "1.0.94"
dns-lookup = "2.0.0"
chrono = "0.4.37"
chrono = "0.4.39"
itertools = "0.13.0"
shadow-rs = { version = "0.36.0", default-features = false }
const_format = "0.2.32"
clap = { version = "4.5.4", features = ["derive"] }
const_format = "0.2.34"
clap = { version = "4.5.23", features = ["derive"] }

[build-dependencies]
shadow-rs = { version = "0.36.0", default-features = false }
6 changes: 3 additions & 3 deletions pinger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ description = "A small cross-platform library to execute the ping command and pa
repository = "https://github.com/orf/pinger/"

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

Expand All @@ -18,4 +18,4 @@ winping = "0.10.1"
dns-lookup = "2.0.0"

[dev-dependencies]
os_info = "3.8.1"
os_info = "3.9.0"

0 comments on commit 7846c3c

Please sign in to comment.