From 40e8ba32a9261cf9767556fcde1a568093273fe0 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 15 May 2019 22:35:31 +0800 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 953cb601..ec5dc6ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,10 +5,10 @@ authors = ["Nathan Sobo ", "Yinan Long "] license = "MIT" [dependencies] -futures = "0.1.17" +futures = "0.1.27" [build-dependencies] -bindgen = "0.32.1" +bindgen = "0.49" cc = "1.0" -glob = "0.2.11" +glob = "0.3" semver = "0.9"