diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-04-23 17:59:22 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-04-23 18:01:57 +0200 |
| commit | 6caf8655070211d9771d349492c18d56c03b12b8 (patch) | |
| tree | 89902fa23f05506dbfe9d7667648262d0877530e /cli | |
| parent | da64fba046e4f324bff62d71ae74906fa6e3421f (diff) | |
third_party: upgrade rust crates
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ad921cbdd..80259454e 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -39,17 +39,17 @@ rustyline = "3.0.0" serde_json = "1.0.39" source-map-mappings = "0.5.0" tempfile = "3.0.7" -tokio = "0.1.18" +tokio = "0.1.19" tokio-executor = "0.1.7" tokio-fs = "0.1.6" tokio-io = "0.1.12" tokio-process = "0.2.3" tokio-rustls = "0.9.2" -tokio-threadpool = "0.1.13" +tokio-threadpool = "0.1.14" url = "1.7.2" [target.'cfg(windows)'.dependencies] winapi = "0.3.7" [target.'cfg(unix)'.dependencies] -nix = "0.11.0" +nix = "0.13.0" |
