summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 36215894e..ae81e7063 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -68,11 +68,11 @@ filetime = "0.2.15"
fs3 = "0.5.0"
http = "0.2.4"
hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] }
-libc = "0.2.106"
+libc = "0.2.121"
log = "0.4.14"
lzzzz = '=0.8.0'
netif = "0.1.3"
-notify = "=5.0.0-pre.12"
+notify = "=5.0.0-pre.14"
once_cell = "1.10.0"
regex = "1.5.5"
ring = "0.16.20"
@@ -80,7 +80,7 @@ serde = { version = "1.0.129", features = ["derive"] }
signal-hook-registry = "1.4.0"
sys-info = "0.9.0"
termcolor = "1.1.2"
-tokio = { version = "1.10.1", features = ["full"] }
+tokio = { version = "1.17", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4"] }
[target.'cfg(windows)'.dependencies]