Skip to content

Commit

Permalink
Merge pull request #509 from orf/dependabot/cargo/dependencies-ecee48…
Browse files Browse the repository at this point in the history
…715c

chore(deps): bump the dependencies group across 1 directory with 7 updates
  • Loading branch information
orf authored Jan 20, 2025
2 parents ca48015 + c54e8f2 commit a580e53
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 31 deletions.
55 changes: 32 additions & 23 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 = "^2.0.0", path = "../pinger" }
tui = { package = "ratatui", version = "0.29.0", features = ["crossterm"], default-features = false }
crossterm = "0.28.1"
anyhow = "1.0.94"
anyhow = "1.0.95"
chrono = "0.4.39"
itertools = "0.13.0"
itertools = "0.14.0"
shadow-rs = { version = "0.37.0", default-features = false }
const_format = "0.2.34"
clap = { version = "4.5.23", features = ["derive"] }
clap_mangen = "0.2.24"
clap = { version = "4.5.26", features = ["derive"] }
clap_mangen = "0.2.26"
idna = "1.0.3"

[build-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions pinger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ description = "A small cross-platform library to execute the ping command and pa
repository = "https://github.com/orf/pinger/"

[dependencies]
thiserror = "2.0.8"
lazy-regex = "3.3.0"
thiserror = "2.0.11"
lazy-regex = "3.4.1"
rand = { version = "0.8.5", optional = true }

[target.'cfg(windows)'.dependencies]
winping = "0.10.1"

[dev-dependencies]
os_info = "3.9.0"
os_info = "3.9.2"
ntest = "0.9.3"
anyhow = "1.0.94"
anyhow = "1.0.95"

[features]
default = []
Expand Down

0 comments on commit a580e53

Please sign in to comment.