Skip to content

Commit

Permalink
Update tokio-test requirement from 0.2 to 0.3 (#12)
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-test](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.0...tokio-0.3.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Nov 12, 2020
1 parent a83385e commit 5b74419
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 @@ -23,7 +23,7 @@ uuid = { version = "^0.7", features = ["serde", "v4"] }
futures = { version = "0.3.5", optional = true }
futures-util = { version = "0.3.5", optional = true }
tokio = { version = "0.2", features = ["macros"], optional = true }
tokio-test = { version = "0.2", optional = true }
tokio-test = { version = "0.3", optional = true }
opentelemetry = { version = "0.8.0", optional = true }
tracing = { version = "0.1.19", optional = true }
tracing-opentelemetry = { version = "0.8.0", optional = true }
Expand Down

0 comments on commit 5b74419

Please sign in to comment.