From 2b15e53d5a5e54d40692cf7b1deadf9c4178ca74 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 6 May 2020 10:10:51 -0400 Subject: Upgrade crates (#5104) --- tools/hyper_hello/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml index 2372ff5ac..9029815cc 100644 --- a/tools/hyper_hello/Cargo.toml +++ b/tools/hyper_hello/Cargo.toml @@ -4,8 +4,8 @@ version = "0.0.1" edition = "2018" [dependencies] -hyper = "0.13.4" -tokio = { version = "0.2.16", features = ["full"] } +hyper = "0.13.5" +tokio = { version = "0.2.20", features = ["full"] } [[bin]] name = "hyper_hello" -- cgit v1.2.3