summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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"] }