From 5b3beff01a7d673ed31c702e39b6a7354fd6460e Mon Sep 17 00:00:00 2001 From: David Li Date: Sun, 9 Jan 2022 12:10:44 +0800 Subject: [PATCH] Upgrade tokio to 1.15.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7189623..ef3c145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,14 +19,14 @@ pub-response-field = ["visible"] [dependencies] tonic = "0.6.2" prost = "0.9.0" -tokio = "1.14.0" +tokio = "1.15.0" tokio-stream = "0.1.8" tower-service = "0.3.1" http = "0.2.5" visible = { version = "0.0.1", optional = true } [dev-dependencies] -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.15.0", features = ["full"] } [build-dependencies] tonic-build = { version = "0.6.2", default-features = false, features = ["prost"] }