From b7e673ba9357495820b07fcdba1dffef92d24ea3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 8 Apr 2020 14:29:42 -0400 Subject: upgrade: rust crates (#4679) --- 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 2b8da4cfc..2372ff5ac 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.3" -tokio = { version = "0.2.13", features = ["full"] } +hyper = "0.13.4" +tokio = { version = "0.2.16", features = ["full"] } [[bin]] name = "hyper_hello" -- cgit v1.2.3