Skip to content

Commit

Permalink
Update tokio-tls requirement from 0.2.0 to 0.3.1
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-tls](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 14, 2020
1 parent f6d3c05 commit 270c604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = "1.0"
rand = "0.6.1"
futures = { version = "0.1", optional = true }
tokio-io = { version = "0.1", optional = true }
tokio-tls = { version = "0.2.0", optional = true }
tokio-tls = { version = "0.3.1", optional = true }
tokio-tcp = { version = "0.1", optional = true }
tokio-codec = { version = "0.1", optional = true }
tokio-reactor = { version = "0.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion websocket-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = { version = "0.1", optional = true }
native-tls = { version = "0.2.1", optional = true }
tokio-codec = { version = "0.1", optional = true }
tokio-io = { version = "0.1", optional = true }
tokio-tls = { version = "0.2.0", optional = true }
tokio-tls = { version = "0.3.1", optional = true }
tokio-tcp = { version = "0.1", optional = true }

[dev-dependencies.tokio]
Expand Down

0 comments on commit 270c604

Please sign in to comment.