summaryrefslogtreecommitdiff
path: root/tools/hyper_hello
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-06 10:10:51 -0400
committerGitHub <noreply@github.com>2020-05-06 10:10:51 -0400
commit2b15e53d5a5e54d40692cf7b1deadf9c4178ca74 (patch)
tree563cf8383872cc040427349a668152fe7c62eec5 /tools/hyper_hello
parente18aaf49cfc1dfa8aaa361e343556d1d9eb7251a (diff)
Upgrade crates (#5104)
Diffstat (limited to 'tools/hyper_hello')
-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"