From 18076db8f004d70340a7a4317e0ac14c2ca56dee Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 7 Mar 2020 15:51:23 -0500 Subject: upgrade rust dependencies (#4270) --- tools/hyper_hello/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/hyper_hello') diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml index af0b7333b..2b8da4cfc 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.1" -tokio = { version = "0.2.6", features = ["full"] } +hyper = "0.13.3" +tokio = { version = "0.2.13", features = ["full"] } [[bin]] name = "hyper_hello" -- cgit v1.2.3