aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a70e48e..5b0c515 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ pretty_env_logger = "0.4.0"
# Utility
rand = "0.8.3"
async-trait = "0.1.50"
-sysinfo = "0.17.3"
+sysinfo = "0.17.4"
# Byte Manipulation
bytes = "1.0.1"
@@ -43,7 +43,7 @@ config = "0.11.0"
# TCP
tokio = { version = "1.6.0", features = ["full"] }
tokio-util = { version = "0.6.6", features = ["codec"] }
-tokio-stream = "0.1.5"
+tokio-stream = "0.1.6"
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }