summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 10:52:37 +0800
committerGitHub <noreply@github.com>2024-01-01 10:52:37 +0800
commit73a39a43b425d21a3638408e05f92580d597c8c8 (patch)
tree0d7dc69400fd291c00fba9bbea1588e4c8ea376b /Cargo.toml
parentbef8d8cebb9370bdbd8194d7e6b1f1a8e51b3b91 (diff)
chore(deps): bump async-trait from 0.1.74 to 0.1.76 (#352)
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.74 to 0.1.76. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.74...0.1.76) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9103a72..6cc1132 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ description = "Display current network utilization by process, connection and re
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
-async-trait = "0.1.74"
+async-trait = "0.1.76"
chrono = "0.4"
clap-verbosity-flag = "2.1.0"
clap = { version = "4.4.10", features = ["derive"] }