summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/hyper_hello/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"