mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
Update yup-oauth2 to 8.3.3 and hyper-rustls to 0.25
This commit is contained in:
@@ -17,7 +17,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
mime = "^ 0.3"
|
||||
yup-oauth2 = "^ 8.2"
|
||||
yup-oauth2 = "8.3.3"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
strsim = "0.10.0"
|
||||
|
||||
@@ -27,7 +27,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^ 1.0"
|
||||
hyper-rustls = "0.24.0"
|
||||
hyper-rustls = "0.25.0"
|
||||
## Must match the one hyper uses, otherwise there are duplicate similarly named `Mime` structs
|
||||
mime = "^ 0.3.0"
|
||||
serde = { version = "^ 1.0", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user