Skip to content

Commit

Permalink
Merge pull request #430 from orf/dependabot/cargo/dependencies-35b6e0…
Browse files Browse the repository at this point in the history
…d20a

chore(deps): bump the dependencies group with 6 updates
  • Loading branch information
orf authored Feb 17, 2024
2 parents 91bf292 + bd0f8a9 commit ac48f3e
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 42 deletions.
78 changes: 44 additions & 34 deletions Cargo.lock

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

12 changes: 6 additions & 6 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.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.24.0", features = ["crossterm"], default_features = false }
crossterm = "0.27.0"
anyhow = "1.0.75"
anyhow = "1.0.79"
dns-lookup = "2.0.0"
chrono = "0.4.31"
itertools = "0.12.0"
shadow-rs = "0.25.0"
chrono = "0.4.34"
itertools = "0.12.1"
shadow-rs = "0.26.1"
const_format = "0.2.32"
clap = { version = "4.4.11", features = ["derive"] }
clap = { version = "4.5.0", features = ["derive"] }

[build-dependencies]
shadow-rs = "0.25.0"
shadow-rs = "0.26.1"
4 changes: 2 additions & 2 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.75"
thiserror = "1.0.50"
anyhow = "1.0.79"
thiserror = "1.0.57"
rand = "0.8.5"
lazy-regex = "3.1.0"

Expand Down

0 comments on commit ac48f3e

Please sign in to comment.