Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2020
1 parent f6d3c05 commit cc7da04
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 @@ -35,7 +35,7 @@ websocket-base = { path = "websocket-base", version="0.26.0", default-features=f
futures-cpupool = "0.1"

[dev-dependencies.tokio]
version = "0.1"
version = "0.2"
default-features = false
features = ["codec", "tcp", "rt-full"]

Expand Down
2 changes: 1 addition & 1 deletion websocket-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokio-tls = { version = "0.2.0", optional = true }
tokio-tcp = { version = "0.1", optional = true }

[dev-dependencies.tokio]
version = "0.1"
version = "0.2"
default-features = false
features = ["codec", "tcp", "rt-full"]

Expand Down

0 comments on commit cc7da04

Please sign in to comment.