summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 9b4ed3297..b9c6e1ff5 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -63,25 +63,25 @@ deno_webstorage = { version = "0.45.0", path = "../ext/webstorage" }
atty = "0.2.14"
dlopen = "0.1.8"
-encoding_rs = "0.8.29"
-filetime = "0.2.15"
+encoding_rs = "0.8.31"
+filetime = "0.2.16"
fs3 = "0.5.0"
-http = "0.2.4"
-hyper = { version = "0.14.12", features = ["server", "stream", "http1", "http2", "runtime"] }
-libc = "0.2.121"
-log = "0.4.14"
+http = "0.2.6"
+hyper = { version = "0.14.18", features = ["server", "stream", "http1", "http2", "runtime"] }
+libc = "0.2.124"
+log = "0.4.16"
lzzzz = '=0.8.0'
netif = "0.1.3"
notify = "=5.0.0-pre.14"
once_cell = "1.10.0"
regex = "1.5.5"
ring = "0.16.20"
-serde = { version = "1.0.129", features = ["derive"] }
+serde = { version = "1.0.136", features = ["derive"] }
signal-hook-registry = "1.4.0"
-sys-info = "0.9.0"
-termcolor = "1.1.2"
+sys-info = "0.9.1"
+termcolor = "1.1.3"
tokio = { version = "1.17", features = ["full"] }
-uuid = { version = "0.8.2", features = ["v4"] }
+uuid = { version = "1.0.0", features = ["v4"] }
[target.'cfg(windows)'.dependencies]
fwdansi = "1.1.0"