diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
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" |