Skip to content

Commit 4039d44

Browse files
chore(deps): bump anyhow from 1.0.75 to 1.0.78
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]>
1 parent 01e336d commit 4039d44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.70.0"
2121
description = "Display current network utilization by process, connection and remote IP/hostname"
2222

2323
[dependencies]
24-
anyhow = { version = "1.0.75", features = ["backtrace"] }
24+
anyhow = { version = "1.0.78", features = ["backtrace"] }
2525
async-trait = "0.1.76"
2626
chrono = "0.4"
2727
clap-verbosity-flag = "2.1.0"
@@ -61,6 +61,6 @@ regex = "1.10.2"
6161
rstest = "0.18.2"
6262

6363
[target.'cfg(target_os = "windows")'.build-dependencies]
64-
anyhow = "1.0.75"
64+
anyhow = "1.0.78"
6565
http_req = "0.10.1"
6666
zip = "0.6.6"

0 commit comments

Comments
 (0)