summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-05-11 05:03:03 +0200
committerBert Belder <bertbelder@gmail.com>2019-05-11 05:03:03 +0200
commitc0341cb1af71ef35d60e984f6e17df535b8a4894 (patch)
tree236ed71ea730cd2c5115b3b17b80ec17dd92a037 /cli
parent369a7ec94e191e2f4f72a12c9a9c0d0cb464e0c5 (diff)
third_party: upgrade rust crates
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 0d78daed7..ecab08b46 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -22,20 +22,20 @@ ansi_term = "0.11.0"
atty = "0.2.11"
clap = "2.33.0"
dirs = "1.0.5"
-flatbuffers = "0.5.0"
-futures = "0.1.26"
+flatbuffers = "0.6.0"
+futures = "0.1.27"
http = "0.1.17"
-hyper = "0.12.27"
+hyper = "0.12.28"
hyper-rustls = "0.16.1"
integer-atomics = "1.0.2"
lazy_static = "1.3.0"
-libc = "0.2.51"
+libc = "0.2.54"
log = "0.4.6"
rand = "0.6.5"
regex = "1.1.6"
remove_dir_all = "0.5.1"
ring = "0.14.6"
-rustyline = "3.0.0"
+rustyline = "4.0.0"
serde_json = "1.0.39"
source-map-mappings = "0.5.0"
tempfile = "3.0.7"