diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-02-11 17:08:21 -0800 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-02-12 09:30:36 -0800 |
| commit | 9240f9b57f464318802030033e10f7a6250d5506 (patch) | |
| tree | 52abe9c6312599a7080f030d2095928776978fdb /Cargo.toml | |
| parent | a21a5ad2fa4dcbad58fe63c298c69f8607705bf4 (diff) | |
third_party: upgrade rust crates
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8c1509d6a..f38f30832 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,20 +17,20 @@ flatbuffers = "0.5.0" futures = "0.1.25" getopts = "0.2.18" http = "0.1.15" -hyper = "0.12.23" +hyper = "0.12.24" hyper-rustls = "0.16.0" integer-atomics = "1.0.2" lazy_static = "1.2.0" libc = "0.2.48" log = "0.4.6" -rand = "0.6.4" +rand = "0.6.5" regex = "1.1.0" remove_dir_all = "0.5.1" -ring = "0.14.3" +ring = "0.14.6" rustyline = "3.0.0" -serde_json = "1.0.37" +serde_json = "1.0.38" source-map-mappings = "0.5.0" -tempfile = "3.0.5" +tempfile = "3.0.6" tokio = "0.1.15" tokio-executor = "0.1.6" tokio-fs = "0.1.5" |
