summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-07 15:51:23 -0500
committerGitHub <noreply@github.com>2020-03-07 15:51:23 -0500
commit18076db8f004d70340a7a4317e0ac14c2ca56dee (patch)
treed1f130c4a76a200176e56e65c688143e7138b03c /tools
parent88b77da25ca43651a9feb178a5c8d916d983e0a2 (diff)
upgrade rust dependencies (#4270)
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 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"