Skip to content

Commit

Permalink
Update tokio requirement from 0.3.0 to 1.4.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.3.0...tokio-1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2021
1 parent 3b1ed86 commit ab5d914
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 @@ -38,7 +38,7 @@ serde_derive = "1.0.115"
postgres = { version = "0.17.5", optional = true }

# feature async-psql
tokio = { version = "0.3.0", optional = true, features = ["macros"] }
tokio = { version = "1.4.0", optional = true, features = ["macros"] }
tokio-postgres = { version = "0.5.5", optional = true }
futures = { version = "0.3.4", optional = true }
bytes = { version = "0.5.4", optional = true }
Expand Down

0 comments on commit ab5d914

Please sign in to comment.