Skip to content

Commit

Permalink
Update tokio-util requirement from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-util](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-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 16, 2020
1 parent 24a8b1f commit ccf66f5
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 @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
bytes = "0.5.4"
tokio-util = { version = "0.3.1", features = ["codec"] }
tokio-util = { version = "0.4.0", features = ["codec"] }
bit-set = { git = "https://github.com/contain-rs/bit-set", rev ="c27082f" }
bit-vec = "0.6.2"
speedy = "0.6.0"
Expand Down

0 comments on commit ccf66f5

Please sign in to comment.