From 1c778c7817dff730f76e7fcf5323cd45b1645c17 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 05:48:12 +0000 Subject: [PATCH] Update tokio requirement from 0.2 to 1.5 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](https://github.com/tokio-rs/tokio/compare/tokio-0.2.0...tokio-1.5.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d56ad41..ae8b7a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ serde_traitobject = { version = "0.2", features = ["serde_closure"] } serde_json = { version = "1.0", features = ["unbounded_depth"] } serde_pipe = "0.1" tcp_typed = "0.1" -tokio = { version = "0.2", optional = true } +tokio = { version = "1.5", optional = true } toml = "0.5" # dependency of kube; ensure it's vendored to simplify cross-compilation