Skip to content

Commit

Permalink
Update futures requirement from 0.1 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@futures-cpupool-0.1.1...0.3.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jun 10, 2020
1 parent 3e3a3a0 commit 97f4389
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 @@ -10,7 +10,7 @@ license = "MIT"
readme = "readme.md"

[dependencies]
futures = "0.1"
futures = "0.3"
tokio = "0.1"

[dev-dependencies]
Expand Down

0 comments on commit 97f4389

Please sign in to comment.