summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index ce1fe861f..162063925 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -37,26 +37,26 @@ deno_websocket = { path = "../op_crates/websocket", version = "0.4.0" }
atty = "0.2.14"
dlopen = "0.1.8"
-encoding_rs = "0.8.26"
+encoding_rs = "0.8.28"
env_logger = "0.8.2"
filetime = "0.2.14"
http = "0.2.3"
-hyper = { version = "0.14.2", features = ["server"] }
+hyper = { version = "0.14.4", features = ["server"] }
indexmap = "1.6.1"
lazy_static = "1.4.0"
-libc = "0.2.82"
-log = "0.4.13"
+libc = "0.2.86"
+log = "0.4.14"
notify = "5.0.0-pre.4"
percent-encoding = "2.1.0"
regex = "1.4.3"
-ring = "0.16.19"
+ring = "0.16.20"
rustyline = { version = "7.1.0", default-features = false }
rustyline-derive = "0.4.0"
-serde = { version = "1.0.121", features = ["derive"] }
+serde = { version = "1.0.123", features = ["derive"] }
shell-escape = "0.1.5"
-sys-info = "0.7.0"
+sys-info = "0.8.0"
termcolor = "1.1.2"
-tokio = { version = "1.1.1", features = ["full"] }
+tokio = { version = "1.2.0", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4"] }
webpki = "0.21.4"