From dad551a3a77346d190663003e366dd94ce46626d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 30 May 2020 05:35:44 -0400 Subject: upgrade: Rust crates (#5959) --- tools/hyper_hello/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/hyper_hello') diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml index 9029815cc..06ef5c7d0 100644 --- a/tools/hyper_hello/Cargo.toml +++ b/tools/hyper_hello/Cargo.toml @@ -5,7 +5,7 @@ edition = "2018" [dependencies] hyper = "0.13.5" -tokio = { version = "0.2.20", features = ["full"] } +tokio = { version = "0.2.21", features = ["full"] } [[bin]] name = "hyper_hello" -- cgit v1.2.3