fix(cargo): Bump dependencies so that Tokio compiles with minimal versions (#258)

This commit is contained in:
Klaus Purer
2018-03-27 15:47:11 -07:00
committed by Carl Lerche
parent bda8dd5113
commit a612736f54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ futures = "0.1.19"
crossbeam-deque = "0.3"
num_cpus = "1.2"
rand = "0.4"
log = "0.3"
log = "0.4"
# Futures 0.2 integration
futures2 = { version = "0.1", path = "../futures2", optional = true }