From 9e1a374559e9f7e5a75e4318a63c068880ae5bac Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 22 Jun 2020 19:33:08 +0200 Subject: [PATCH] Update all dependencies --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8815a3..0caccb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,30 +28,30 @@ tokio02 = ["tokio"] async-task = "3.0.0" blocking = "0.4.6" concurrent-queue = "1.1.1" -fastrand = "1.1.0" +fastrand = "1.2.4" futures-io = { version = "0.3.5", default-features = false, features = ["std"] } futures-util = { version = "0.3.5", default-features = false, features = ["std", "io"] } -libc = "0.2.70" -once_cell = "1.3.1" +libc = "0.2.71" +once_cell = "1.4.0" scoped-tls = "1.0.0" slab = "0.4.2" socket2 = { version = "0.3.12", features = ["pair", "unix"] } [dependencies.tokio] -version = "0.2" +version = "0.2.21" default-features = false features = ["rt-threaded"] optional = true [target.'cfg(windows)'.dependencies] -wepoll-sys-stjepang = "1.0.0" +wepoll-sys-stjepang = "1.0.6" winapi = { version = "0.3.8", features = ["ioapiset"] } [dev-dependencies] -criterion = "0.3" +criterion = "0.3.2" futures = { version = "0.3.5", default-features = false, features = ["std"] } num_cpus = "1.13.0" -piper = "0.1.2" +piper = "0.1.3" tempfile = "3.1.0" [workspace]