Skip to content

Commit

Permalink
chore(deps): bump anyhow from 1.0.75 to 1.0.78 (#347)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.78.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.75...1.0.78)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent b85f509 commit 8b46c95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version = "1.70.0"
description = "Display current network utilization by process, connection and remote IP/hostname"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.78", features = ["backtrace"] }
async-trait = "0.1.76"
chrono = "0.4"
clap-verbosity-flag = "2.1.1"
Expand Down Expand Up @@ -61,6 +61,6 @@ regex = "1.10.2"
rstest = "0.18.2"

[target.'cfg(target_os = "windows")'.build-dependencies]
anyhow = "1.0.75"
anyhow = "1.0.78"
http_req = "0.10.2"
zip = "0.6.6"

0 comments on commit 8b46c95

Please sign in to comment.