From be2347ddc2b83e46e503a81f6aa32d5be631d361 Mon Sep 17 00:00:00 2001 From: Yusuke Tanaka Date: Sat, 15 May 2021 22:13:10 +0900 Subject: chore: upgrade Tokio to 1.6.0 (#10637) --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Cargo.toml b/core/Cargo.toml index f67a1fe76..11feacb8e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -33,7 +33,7 @@ path = "examples/http_bench_json_ops.rs" # These dependencies are only used for the 'http_bench_*_ops' examples. [dev-dependencies] -tokio = { version = "1.4.0", features = ["full"] } +tokio = { version = "1.6.0", features = ["full"] } bencher = "0.1" [[bench]] -- cgit v1.2.3