Skip to content

Commit 4c87062

Browse files
committed
v0.1.x: tokio: bump minimum versions
tokio-uds 0.2.4 has the `UnixDatagramFramed` which is reexported here and tokio-threadpool 0.1.16 uses a new enough rand that compiles with modern toolchains.
1 parent 9e91b8d commit 4c87062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ tokio-io = { version = "0.1.6", optional = true }
6969
tokio-executor = { version = "0.1.7", optional = true }
7070
tokio-reactor = { version = "0.1.1", optional = true }
7171
tokio-sync = { version = "0.1.5", optional = true }
72-
tokio-threadpool = { version = "0.1.14", optional = true }
72+
tokio-threadpool = { version = "0.1.16", optional = true }
7373
tokio-tcp = { version = "0.1.0", optional = true }
7474
tokio-udp = { version = "0.1.0", optional = true }
7575
tokio-timer = { version = "0.2.8", optional = true }
@@ -79,7 +79,7 @@ tracing-core = { version = "0.1", optional = true }
7979
mio = { version = "0.6.14", optional = true }
8080

8181
[target.'cfg(unix)'.dependencies]
82-
tokio-uds = { version = "0.2.1", optional = true }
82+
tokio-uds = { version = "0.2.4", optional = true }
8383

8484
[dev-dependencies]
8585
env_logger = { version = "0.6", default-features = false }

0 commit comments

Comments
 (0)