summaryrefslogtreecommitdiff
path: root/tools/hyper_hello
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-05-30 05:35:44 -0400
committerGitHub <noreply@github.com>2020-05-30 11:35:44 +0200
commitdad551a3a77346d190663003e366dd94ce46626d (patch)
treed70c2c892eb04eac43e8370c013ef6f5df4531fd /tools/hyper_hello
parenta82f24e9a8d269d43e32af10ae9cb6fd9bf88d9f (diff)
upgrade: Rust crates (#5959)
Diffstat (limited to 'tools/hyper_hello')
-rw-r--r--tools/hyper_hello/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml
index 9029815cc..06ef5c7d0 100644
--- a/tools/hyper_hello/Cargo.toml
+++ b/tools/hyper_hello/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2018"
[dependencies]
hyper = "0.13.5"
-tokio = { version = "0.2.20", features = ["full"] }
+tokio = { version = "0.2.21", features = ["full"] }
[[bin]]
name = "hyper_hello"