From d605468a4943dd55c1fcb447cfceada0a363a572 Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Thu, 19 Mar 2020 13:28:10 +0100 Subject: [PATCH] Bump tokio-rustls dependency (#54) Signed-off-by: Daniel Egger --- rumq-broker/Cargo.toml | 2 +- rumq-client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rumq-broker/Cargo.toml b/rumq-broker/Cargo.toml index 90298e7b..cad30532 100644 --- a/rumq-broker/Cargo.toml +++ b/rumq-broker/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" tokio = { version = "0.2", features = ["full"] } tokio-util = { version = "0.3", features = ["codec"] } futures-util = { version = "0.3", features = ["sink"] } -tokio-rustls = "0.12" +tokio-rustls = "0.13" rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.7" } derive_more = { version = "0.99", default-features = false, features = ["from"] } log = "0.4" diff --git a/rumq-client/Cargo.toml b/rumq-client/Cargo.toml index a97dfaea..1762b64f 100644 --- a/rumq-client/Cargo.toml +++ b/rumq-client/Cargo.toml @@ -16,7 +16,7 @@ tokio-util = { version = "0.3", features = ["codec"] } futures-util = { version = "0.3", features = ["sink"] } async-stream = "0.2" webpki = "0.21" -tokio-rustls = "0.12" +tokio-rustls = "0.13" rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.7" } log = "0.4"