mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump yup-oauth2 to the latest version, bringing in hyper-rustls v0.24.
We consider this a breaking change as `cargo-update` updates `yup-oauth2` but not the explicitly mentioned `hyper-rustls`.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# This library is just to try out the code that should ultimately go into the code generator !
|
||||
[package]
|
||||
name = "google-clis-common"
|
||||
version = "5.0.0"
|
||||
version = "6.0.0"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
repository = "https://github.com/Byron/google-apis-rs"
|
||||
homepage = "https://github.com/Byron/google-apis-rs/google-clis-common"
|
||||
@@ -17,7 +17,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
mime = "^ 0.3"
|
||||
yup-oauth2 = "^ 8.0"
|
||||
yup-oauth2 = "^ 8.2"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
strsim = "0.10.0"
|
||||
|
||||
Reference in New Issue
Block a user