diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-01-26 13:58:19 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-01-26 16:32:02 +0100 |
| commit | 6ad2e001b46a1fb58b851581d034ca965be93d9c (patch) | |
| tree | 15e04bb2cf831e9527d272b959ace86cc169eafd /Cargo.toml | |
| parent | 50613c2df5bc1d4bfd2c5ceb5a7104765e6da772 (diff) | |
third_party: upgrade rust crates
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml index 97b751273..110aadaae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,25 +15,25 @@ dirs = "1.0.4" flatbuffers = "0.5.0" futures = "0.1.25" getopts = "0.2.18" -http = "0.1.14" -hyper = "0.12.20" -hyper-rustls = "0.15.0" +http = "0.1.15" +hyper = "0.12.23" +hyper-rustls = "0.16.0" lazy_static = "1.2.0" -libc = "0.2.46" +libc = "0.2.48" log = "0.4.6" rand = "0.6.4" remove_dir_all = "0.5.1" -ring = "0.13.5" +ring = "0.14.3" rustyline = "3.0.0" -serde_json = "1.0.35" +serde_json = "1.0.37" source-map-mappings = "0.5.0" tempfile = "3.0.5" -tokio = "0.1.14" +tokio = "0.1.15" tokio-executor = "0.1.6" tokio-fs = "0.1.5" tokio-io = "0.1.11" tokio-process = "0.2.3" -tokio-threadpool = "0.1.10" +tokio-threadpool = "0.1.11" url = "1.7.2" [target.'cfg(windows)'.dependencies] |
