Skip to content

Commit

Permalink
Bump tokio-rustls dependency (#54)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
  • Loading branch information
therealprof authored Mar 19, 2020
1 parent ce2bb4e commit d605468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rumq-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rumq-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit d605468

Please sign in to comment.