Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [anyhow](https://github.com/dtolnay/anyhow) and [thiserror](https://github.com/dtolnay/thiserror).


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

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Dec 26, 2023
1 parent 91bf292 commit bf59068
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion gping/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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.76"
dns-lookup = "2.0.0"
chrono = "0.4.31"
itertools = "0.12.0"
Expand Down
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.76"
thiserror = "1.0.52"
rand = "0.8.5"
lazy-regex = "3.1.0"

Expand Down

0 comments on commit bf59068

Please sign in to comment.