Skip to content

Commit

Permalink
build(deps): update tokio requirement from ~0.3 to ~1.4
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.3.0...tokio-1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Apr 7, 2021
1 parent 1fb0905 commit dd259c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ futures-timer = "^3.0"

futures = "^0.3"
smol = "^1.2"
tokio = { version = "^0.3", features = ["full"] }
tokio = { version = "^1.4", features = ["full"] }
async-std = { version = "^1.7", features = ["attributes"] }

ptree = { version = "0.3", default-features = false, features = ["ansi"] }
Expand Down

0 comments on commit dd259c9

Please sign in to comment.