diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-01-10 01:22:46 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-01-14 02:18:19 +0100 |
| commit | 9e9550ceeaa4d0751e8d1cb79acb962f1b8682d5 (patch) | |
| tree | 9bdfdcf600095f0d36e59ba3fc7b5fb264cfcf8f /Cargo.toml | |
| parent | 74e623b5376cfaa5fce99f3a0ef5a3be758a263d (diff) | |
third_party: upgrade rust crates
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/Cargo.toml b/Cargo.toml index 794fa4861..430f980b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,31 +9,31 @@ name = "deno" version = "0.2.6" [dependencies] -atty = "=0.2.11" -dirs = "=1.0.4" -flatbuffers = "=0.5.0" -futures = "=0.1.25" -getopts = "=0.2.18" -http = "=0.1.14" -hyper = "=0.12.19" -hyper-rustls = "=0.15.0" -lazy_static = "=1.2.0" -libc = "=0.2.46" -log = "=0.4.6" -rand = "=0.6.3" -remove_dir_all = "=0.5.1" -ring = "=0.13.5" -rustyline = "=2.1.0" -serde_json = "1.0.34" +atty = "0.2.11" +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" +lazy_static = "1.2.0" +libc = "0.2.46" +log = "0.4.6" +rand = "0.6.4" +remove_dir_all = "0.5.1" +ring = "0.13.5" +rustyline = "2.1.0" +serde_json = "1.0.35" source-map-mappings = "0.5.0" -tempfile = "=3.0.5" -tokio = "=0.1.13" -tokio-executor = "=0.1.5" -tokio-fs = "=0.1.4" -tokio-io = "=0.1.10" -tokio-process = "=0.2.3" -tokio-threadpool = "=0.1.9" -url = "=1.7.2" +tempfile = "3.0.5" +tokio = "0.1.14" +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" +url = "1.7.2" [target.'cfg(windows)'.dependencies] -winapi = "=0.3.6" +winapi = "0.3.6" |
