mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
fix(cargo): Bump dependencies so that Tokio compiles with minimal versions (#258)
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user