From 5b744193fa1a9ba79b8c7b5467dd75c292c39495 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 09:48:07 +0100 Subject: [PATCH] Update tokio-test requirement from 0.2 to 0.3 (#12) 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](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-0.3.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef39659..82c2a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }