chore(dependencies): Update ring and hyper-rustls

This allows downstream crates to use newer versions of ring.
This commit is contained in:
Aaron Hill
2019-09-28 16:55:25 -04:00
parent 778e5afa8f
commit 9597a05dc8
4 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@ edition = "2018"
[dependencies]
yup-oauth2 = { path = "../../" }
hyper = "0.12"
hyper-rustls = "0.16"
hyper-rustls = "0.17"
futures = "0.1"
tokio = "0.1"