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
@@ -17,6 +17,6 @@ Core I/O primitives for asynchronous I/O in Rust.
categories = ["asynchronous"]
[dependencies]
bytes = "0.4"
bytes = "0.4.1"
futures = "0.1.18"
log = "0.4"
+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 }