diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-04-08 14:29:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 14:29:42 -0400 |
commit | b7e673ba9357495820b07fcdba1dffef92d24ea3 (patch) | |
tree | 10fb3ba9cd27bb518d64a7abf531da7a20baf10b /tools/hyper_hello | |
parent | dd2d19b22d607ef61bc4752d932856bbf5304975 (diff) |
upgrade: rust crates (#4679)
Diffstat (limited to 'tools/hyper_hello')
-rw-r--r-- | tools/hyper_hello/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |