Skip to content

Commit

Permalink
Merge pull request #438 from orf/dependabot/cargo/dependencies-ab5e3e…
Browse files Browse the repository at this point in the history
…4126

chore(deps): bump the dependencies group with 6 updates
  • Loading branch information
orf committed Mar 24, 2024
2 parents c96392e + c27e456 commit 8f89eda
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 29 deletions.
48 changes: 27 additions & 21 deletions Cargo.lock

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

10 changes: 5 additions & 5 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.1.1", path = "../pinger" }
tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false }
crossterm = "0.27.0"
anyhow = "1.0.79"
anyhow = "1.0.81"
dns-lookup = "2.0.0"
chrono = "0.4.34"
chrono = "0.4.35"
itertools = "0.12.1"
shadow-rs = "0.26.1"
shadow-rs = "0.27.1"
const_format = "0.2.32"
clap = { version = "4.5.0", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }

[build-dependencies]
shadow-rs = "0.26.1"
shadow-rs = "0.27.1"
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.79"
thiserror = "1.0.57"
anyhow = "1.0.81"
thiserror = "1.0.58"
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.6.0"
os_info = "3.8.1"

0 comments on commit 8f89eda

Please sign in to comment.