summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
diff options
context:
space:
mode:
authorKlaus Purer <klaus.purer@gmail.com>2018-03-28 00:47:11 +0200
committerCarl Lerche <me@carllerche.com>2018-03-27 15:47:11 -0700
commita612736f544261af2e2a87e293622561972eaf2f (patch)
treea251b7307776e5e5536486593b8743cfb3701030 /tokio-threadpool
parentbda8dd51130f11966255b62c1ae1661ce2e7062d (diff)
fix(cargo): Bump dependencies so that Tokio compiles with minimal versions (#258)
Diffstat (limited to 'tokio-threadpool')
-rw-r--r--tokio-threadpool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-threadpool/Cargo.toml b/tokio-threadpool/Cargo.toml
index 6bf85299..c05b3557 100644
--- a/tokio-threadpool/Cargo.toml
+++ b/tokio-threadpool/Cargo.toml
@@ -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 }