From b7a551a937ac9f98626e3316ac945f3a192d22b2 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 29 Apr 2020 14:30:38 -0700 Subject: [PATCH] Upgrade tokio-util to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f4a5158..b106d02f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_json = "1.0.44" serde = { version = "1.0.101", features = ["derive"] } tokio = { version = "0.2.11", features = ["full"] } -tokio-util = { version = "0.2.0", features = ["full"] } +tokio-util = { version = "0.3.0", features = ["full"] } reqwest = { version = "0.10", features = ["json", "stream"] } log = "0.4.8"