summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6ccd5dd52..7a0046bbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,26 +30,26 @@ flatbuffers = "0.5.0"
futures = "0.1.25"
getopts = "0.2.18"
http = "0.1.16"
-hyper = "0.12.24"
-hyper-rustls = "0.16.0"
+hyper = "0.12.25"
+hyper-rustls = "0.16.1"
integer-atomics = "1.0.2"
lazy_static = "1.3.0"
-libc = "0.2.49"
+libc = "0.2.51"
log = "0.4.6"
rand = "0.6.5"
-regex = "1.1.0"
+regex = "1.1.2"
remove_dir_all = "0.5.1"
ring = "0.14.6"
rustyline = "3.0.0"
-serde_json = "1.0.38"
+serde_json = "1.0.39"
source-map-mappings = "0.5.0"
tempfile = "3.0.7"
-tokio = "0.1.15"
-tokio-executor = "0.1.6"
-tokio-fs = "0.1.5"
-tokio-io = "0.1.11"
+tokio = "0.1.18"
+tokio-executor = "0.1.7"
+tokio-fs = "0.1.6"
+tokio-io = "0.1.12"
tokio-process = "0.2.3"
-tokio-threadpool = "0.1.11"
+tokio-threadpool = "0.1.13"
url = "1.7.2"
[target.'cfg(windows)'.dependencies]