summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 22293f0a4..864b6b7f3 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -50,25 +50,25 @@ dlopen = "0.1.8"
encoding_rs = "0.8.28"
filetime = "0.2.14"
http = "0.2.3"
-hyper = { version = "0.14.4", features = ["server"] }
-indexmap = "1.6.1"
+hyper = { version = "0.14.5", features = ["server"] }
+indexmap = "1.6.2"
lazy_static = "1.4.0"
-libc = "0.2.86"
+libc = "0.2.93"
log = "0.4.14"
-notify = "5.0.0-pre.4"
+notify = "5.0.0-pre.6"
percent-encoding = "2.1.0"
regex = "1.4.3"
ring = "0.16.20"
-serde = { version = "1.0.123", features = ["derive"] }
+serde = { version = "1.0.125", features = ["derive"] }
sys-info = "0.8.0"
termcolor = "1.1.2"
tokio = { version = "1.4.0", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4"] }
webpki = "0.21.4"
-webpki-roots = "0.21.0"
-trust-dns-proto = "0.20.0"
-trust-dns-resolver = { version = "0.20.0", features = ["tokio-runtime", "serde-config"] }
+webpki-roots = "0.21.1"
+trust-dns-proto = "0.20.1"
+trust-dns-resolver = { version = "0.20.1", features = ["tokio-runtime", "serde-config"] }
[target.'cfg(windows)'.dependencies]
fwdansi = "1.1.0"