diff options
author | Bert Belder <bertbelder@gmail.com> | 2019-05-29 20:08:19 -0700 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2019-05-30 11:28:05 -0700 |
commit | 1540b36ce7a4740f4a87c564becca65ed8d97255 (patch) | |
tree | 10943bea6f87ddf563fc878fabd2fa9e181cbcf3 /cli | |
parent | 0e780e894854cada1244aa3f465c226593187edc (diff) |
third_party: upgrade rust crates
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 1450ce7b2..82b0a47eb 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,7 +21,7 @@ deno = { path = "../core" } ansi_term = "0.11.0" atty = "0.2.11" clap = "2.33.0" -dirs = "1.0.5" +dirs = "2.0.0" flatbuffers = "0.6.0" futures = "0.1.27" http = "0.1.17" @@ -29,24 +29,24 @@ hyper = "0.12.29" hyper-rustls = "0.16.1" integer-atomics = "1.0.2" lazy_static = "1.3.0" -libc = "0.2.54" +libc = "0.2.55" log = "0.4.6" rand = "0.6.5" regex = "1.1.6" remove_dir_all = "0.5.1" ring = "0.14.6" -rustyline = "4.0.0" +rustyline = "4.1.0" serde = "1.0.91" serde_derive = "1.0.91" serde_json = "1.0.39" source-map-mappings = "0.5.0" -tempfile = "3.0.7" +tempfile = "3.0.8" tokio = "0.1.20" 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-rustls = "0.9.3" tokio-threadpool = "0.1.14" url = "1.7.2" utime = "0.2.1" @@ -55,4 +55,4 @@ utime = "0.2.1" winapi = "0.3.7" [target.'cfg(unix)'.dependencies] -nix = "0.13.0" +nix = "0.13.x" |