Skip to content

Commit b8d134f

Browse files
chore(deps): bump anyhow from 1.0.79 to 1.0.80
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.79 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.79...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84b1821 commit b8d134f

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.74.0"
2121
description = "Display current network utilization by process, connection and remote IP/hostname"
2222

2323
[dependencies]
24-
anyhow = { version = "1.0.79", features = ["backtrace"] }
24+
anyhow = { version = "1.0.80", features = ["backtrace"] }
2525
async-trait = "0.1.77"
2626
chrono = "0.4"
2727
clap-verbosity-flag = "2.1.2"
@@ -61,7 +61,7 @@ regex = "1.10.3"
6161
rstest = "0.18.2"
6262

6363
[build-dependencies]
64-
anyhow = "1.0.79"
64+
anyhow = "1.0.80"
6565
clap = { version = "4.5.1", features = ["derive"] }
6666
clap-verbosity-flag = "2.1.2"
6767
clap_complete = "4.4.9"

0 commit comments

Comments
 (0)