diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-30 15:34:52 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-30 15:07:13 -0800 |
| commit | 38463848885bee38c2d509bbcd2ed453702d9f9f (patch) | |
| tree | 54275c1de0e3ad6c3af12649836ab1761679ecb8 /Cargo.toml | |
| parent | daa84646e13abc05c132df04875f32df242c2b05 (diff) | |
Upgrade Rust crates
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Cargo.toml b/Cargo.toml index 401406e2f..bc108255e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,22 +15,20 @@ flatbuffers = { path = "third_party/flatbuffers/rust/flatbuffers/" } futures = "=0.1.25" getopts = "=0.2.18" http = "=0.1.13" -hyper = "=0.12.13" -# The current version of hyper-rustls, 0.14.0, depends on tokio-core, which is -# deprecated. -hyper-rustls = { git = "https://github.com/ctz/hyper-rustls.git" } -lazy_static = "=1.1.0" -libc = "=0.2.43" +hyper = "=0.12.16" +hyper-rustls = "=0.15.0" +lazy_static = "=1.2.0" +libc = "=0.2.44" log = "=0.4.6" -rand = "=0.5.5" +rand = "=0.6.1" remove_dir_all = "=0.5.1" rustyline = "=2.1.0" -ring = "=0.13.2" -tempfile = "=3.0.4" -tokio = "=0.1.11" +ring = "=0.13.5" +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.8" +tokio-threadpool = "=0.1.9" url = "=1.7.1" |
