summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-07 10:36:08 -0500
committerGitHub <noreply@github.com>2019-01-07 10:36:08 -0500
commitbc2c808da1f7d6d063d9a802462923db2562cb51 (patch)
tree53ed0918553d18957d7d2153080f3cec3f68fc94 /Cargo.toml
parentcae71ed8416cba63a2be8c9068b3a3e0b148a32a (diff)
Upgrade crates (#1471)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df0be949c..c95e2e9ea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,18 +14,18 @@ dirs = "=1.0.4"
flatbuffers = "=0.5.0"
futures = "=0.1.25"
getopts = "=0.2.18"
-http = "=0.1.13"
-hyper = "=0.12.16"
+http = "=0.1.14"
+hyper = "=0.12.19"
hyper-rustls = "=0.15.0"
kernel32-sys = "=0.2.2"
lazy_static = "=1.2.0"
-libc = "=0.2.44"
+libc = "=0.2.46"
log = "=0.4.6"
-rand = "=0.6.1"
+rand = "=0.6.3"
remove_dir_all = "=0.5.1"
ring = "=0.13.5"
rustyline = "=2.1.0"
-serde_json = "1.0.33"
+serde_json = "1.0.34"
source-map-mappings = "0.5.0"
tempfile = "=3.0.5"
tokio = "=0.1.13"
@@ -34,5 +34,5 @@ tokio-fs = "=0.1.4"
tokio-io = "=0.1.10"
tokio-process = "=0.2.3"
tokio-threadpool = "=0.1.9"
-url = "=1.7.1"
+url = "=1.7.2"
winapi = "=0.3.6"