From d4e3bf945d388ab9e8e5c1eef431332170d27e1b Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 27 Feb 2019 10:24:22 -0800 Subject: third_party: upgrade rust crates --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 37057d54c..f9e29239b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,16 +19,16 @@ edition = "2018" [dependencies] ansi_term = "0.11.0" atty = "0.2.11" -dirs = "1.0.4" +dirs = "1.0.5" flatbuffers = "0.5.0" futures = "0.1.25" getopts = "0.2.18" -http = "0.1.15" +http = "0.1.16" hyper = "0.12.24" hyper-rustls = "0.16.0" integer-atomics = "1.0.2" -lazy_static = "1.2.0" -libc = "0.2.48" +lazy_static = "1.3.0" +libc = "0.2.49" log = "0.4.6" rand = "0.6.5" regex = "1.1.0" @@ -37,7 +37,7 @@ ring = "0.14.6" rustyline = "3.0.0" serde_json = "1.0.38" source-map-mappings = "0.5.0" -tempfile = "3.0.6" +tempfile = "3.0.7" tokio = "0.1.15" tokio-executor = "0.1.6" tokio-fs = "0.1.5" -- cgit v1.2.3