diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-06-01 16:25:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 16:25:10 -0400 |
commit | b693ca7f7f21f9775c08dfbf038e6d3557f6daeb (patch) | |
tree | ec7c61e71f6655ec9cd7590d716172ba3183957f /tools | |
parent | c81399080686bb5293869f30714a6d1b97a75801 (diff) |
upgrade: crates (#6032)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/hyper_hello/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hyper_hello/Cargo.toml b/tools/hyper_hello/Cargo.toml index 06ef5c7d0..55a8be7b1 100644 --- a/tools/hyper_hello/Cargo.toml +++ b/tools/hyper_hello/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" edition = "2018" [dependencies] -hyper = "0.13.5" +hyper = "0.13.6" tokio = { version = "0.2.21", features = ["full"] } [[bin]] |