summaryrefslogtreecommitdiffstats
path: root/tokio-tls/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-tls/Cargo.toml')
-rw-r--r--tokio-tls/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio-tls/Cargo.toml b/tokio-tls/Cargo.toml
index d5a5c6de..a9877926 100644
--- a/tokio-tls/Cargo.toml
+++ b/tokio-tls/Cargo.toml
@@ -30,7 +30,7 @@ tokio = { version = "0.2.0", path = "../tokio" }
[dev-dependencies]
tokio = { version = "0.2.0", path = "../tokio", features = ["macros", "stream", "rt-core", "io-util", "net"] }
-tokio-util = { version = "0.2.0", path = "../tokio-util", features = ["full"] }
+tokio-util = { version = "0.3.0", path = "../tokio-util", features = ["full"] }
cfg-if = "0.1"
env_logger = { version = "0.6", default-features = false }