Skip to content

Commit

Permalink
Update tokio requirement from 0.2.22 to 0.3.0
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.2.22...tokio-0.3.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2020
1 parent 964b920 commit a498a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ webbrowser = { version = "0.5.5", optional = true }

[dev-dependencies]
env_logger = "0.7.1"
tokio = { version = "0.2.22", features = ["full"] }
tokio = { version = "0.3.0", features = ["full"] }
futures = "0.3.5"

[features]
Expand Down

0 comments on commit a498a32

Please sign in to comment.