Skip to content

Commit

Permalink
chore(deps): bump the dependencies group across 1 directory with 4 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the dependencies group with 4 updates in the / directory: [crossterm](https://github.com/crossterm-rs/crossterm), [shadow-rs](https://github.com/baoyachi/shadow-rs), [clap](https://github.com/clap-rs/clap) and [lazy-regex](https://github.com/Canop/lazy-regex).


Updates `crossterm` from 0.27.0 to 0.28.1
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits)

Updates `shadow-rs` from 0.29.0 to 0.33.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](baoyachi/shadow-rs@v0.29.0...v0.33.0)

Updates `clap` from 4.5.9 to 4.5.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...clap_complete-v4.5.16)

Updates `lazy-regex` from 3.1.0 to 3.2.0
- [Changelog](https://github.com/Canop/lazy-regex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Canop/lazy-regex/commits)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: shadow-rs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: lazy-regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent 3f28053 commit 01bdf8e
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 25 deletions.
105 changes: 85 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 @@ -12,14 +12,14 @@ readme = "../readme.md"
[dependencies]
pinger = { version = "^1.2.3", path = "../pinger" }
tui = { package = "ratatui", version = "0.27.0", features = ["crossterm"], default-features = false }
crossterm = "0.27.0"
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.29.0", default-features = false }
shadow-rs = { version = "0.33.0", default-features = false }
const_format = "0.2.32"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }

[build-dependencies]
shadow-rs = { version = "0.29.0", default-features = false }
shadow-rs = { version = "0.33.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 @@ -11,7 +11,7 @@ repository = "https://github.com/orf/pinger/"
anyhow = "1.0.81"
thiserror = "1.0.58"
rand = "0.8.5"
lazy-regex = "3.1.0"
lazy-regex = "3.2.0"

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

0 comments on commit 01bdf8e

Please sign in to comment.