From 6ad2e001b46a1fb58b851581d034ca965be93d9c Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 26 Jan 2019 13:58:19 +0100 Subject: third_party: upgrade rust crates --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 97b751273..110aadaae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,25 +15,25 @@ 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" +http = "0.1.15" +hyper = "0.12.23" +hyper-rustls = "0.16.0" lazy_static = "1.2.0" -libc = "0.2.46" +libc = "0.2.48" log = "0.4.6" rand = "0.6.4" remove_dir_all = "0.5.1" -ring = "0.13.5" +ring = "0.14.3" rustyline = "3.0.0" -serde_json = "1.0.35" +serde_json = "1.0.37" source-map-mappings = "0.5.0" tempfile = "3.0.5" -tokio = "0.1.14" +tokio = "0.1.15" 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" +tokio-threadpool = "0.1.11" url = "1.7.2" [target.'cfg(windows)'.dependencies] -- cgit v1.2.3