summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-05-16 20:43:23 -0700
committerBert Belder <bertbelder@gmail.com>2019-05-16 20:43:23 -0700
commite9c9d7163372a6ac24461624db14f39394af5e32 (patch)
tree5da05fd1e5fc7470fcfb3ad62d3d3a9dc035a99c /cli
parent3d6f0a85af061d4d3b1e761a6e1692c2e57ed86d (diff)
third_party: upgrade rust crates
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 6e4abb362..aa2605d30 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -25,7 +25,7 @@ dirs = "1.0.5"
flatbuffers = "0.6.0"
futures = "0.1.27"
http = "0.1.17"
-hyper = "0.12.28"
+hyper = "0.12.29"
hyper-rustls = "0.16.1"
integer-atomics = "1.0.2"
lazy_static = "1.3.0"
@@ -39,7 +39,7 @@ rustyline = "4.0.0"
serde_json = "1.0.39"
source-map-mappings = "0.5.0"
tempfile = "3.0.7"
-tokio = "0.1.19"
+tokio = "0.1.20"
tokio-executor = "0.1.7"
tokio-fs = "0.1.6"
tokio-io = "0.1.12"