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