mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-06 03:09:38 +01:00
chore(dependencies): Update ring and hyper-rustls
This allows downstream crates to use newer versions of ring.
This commit is contained in:
@@ -15,10 +15,10 @@ base64 = "0.10"
|
||||
chrono = "0.4"
|
||||
http = "0.1"
|
||||
hyper = {version = "0.12", default-features = false}
|
||||
hyper-rustls = "0.16"
|
||||
hyper-rustls = "0.17"
|
||||
itertools = "0.8"
|
||||
log = "0.3"
|
||||
rustls = "0.15"
|
||||
rustls = "0.16"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
serde_derive = "1.0"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user