summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-02-27 10:24:22 -0800
committerBert Belder <bertbelder@gmail.com>2019-02-27 10:24:22 -0800
commitd4e3bf945d388ab9e8e5c1eef431332170d27e1b (patch)
tree4b1a18ea4cca7f549a1b67a00bbda8a7abbfc2f7 /Cargo.toml
parent33a6409db982d4ee9012cf7eede8f2fb8519f568 (diff)
third_party: upgrade rust crates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 37057d54c..f9e29239b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,16 +19,16 @@ edition = "2018"
[dependencies]
ansi_term = "0.11.0"
atty = "0.2.11"
-dirs = "1.0.4"
+dirs = "1.0.5"
flatbuffers = "0.5.0"
futures = "0.1.25"
getopts = "0.2.18"
-http = "0.1.15"
+http = "0.1.16"
hyper = "0.12.24"
hyper-rustls = "0.16.0"
integer-atomics = "1.0.2"
-lazy_static = "1.2.0"
-libc = "0.2.48"
+lazy_static = "1.3.0"
+libc = "0.2.49"
log = "0.4.6"
rand = "0.6.5"
regex = "1.1.0"
@@ -37,7 +37,7 @@ ring = "0.14.6"
rustyline = "3.0.0"
serde_json = "1.0.38"
source-map-mappings = "0.5.0"
-tempfile = "3.0.6"
+tempfile = "3.0.7"
tokio = "0.1.15"
tokio-executor = "0.1.6"
tokio-fs = "0.1.5"