Skip to content

Commit

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

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.37` | `0.4.38` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [shadow-rs](https://github.com/baoyachi/shadow-rs) | `0.27.1` | `0.28.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.61` |



Updates `anyhow` from 1.0.81 to 1.0.86
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.81...1.0.86)

Updates `chrono` from 0.4.37 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.37...v0.4.38)

Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.12.1...v0.13.0)

Updates `shadow-rs` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md)
- [Commits](baoyachi/shadow-rs@v0.27.1...v0.28.0)

Updates `thiserror` from 1.0.58 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.58...1.0.61)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: itertools
  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: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 1a43776 commit 3e36ff6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
33 changes: 21 additions & 12 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.26.0", features = ["crossterm"], default_features = false }
crossterm = "0.27.0"
anyhow = "1.0.81"
anyhow = "1.0.86"
dns-lookup = "2.0.0"
chrono = "0.4.37"
itertools = "0.12.1"
shadow-rs = { version = "0.27.1", default_features = false }
chrono = "0.4.38"
itertools = "0.13.0"
shadow-rs = { version = "0.28.0", default_features = false }
const_format = "0.2.32"
clap = { version = "4.5.4", features = ["derive"] }

[build-dependencies]
shadow-rs = { version = "0.27.1", default_features = false }
shadow-rs = { version = "0.28.0", default_features = false }
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.81"
thiserror = "1.0.58"
anyhow = "1.0.86"
thiserror = "1.0.61"
rand = "0.8.5"
lazy-regex = "3.1.0"

Expand Down

0 comments on commit 3e36ff6

Please sign in to comment.