Skip to content

Commit a939c6d

Browse files
Upgrade yup-oauth2 to v12
1 parent 22240c0 commit a939c6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

google-apis-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ serde_json = "1"
2828
serde_with = "3"
2929
tokio = { version = "1", features = ["time"] }
3030
url = "2"
31-
yup-oauth2 = { version = "11", optional = true }
31+
yup-oauth2 = { version = "12", optional = true }

google-clis-common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ mime = "0.3"
2121
serde = "1"
2222
serde_json = "1"
2323
strsim = "0.11"
24-
yup-oauth2 = "11"
24+
yup-oauth2 = "12"

src/generator/templates/Cargo.toml.mako

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tokio = { version = "1", features = ["full"] }
4747
% endif
4848
url = "2"
4949
utoipa = { version = "4", optional = true }
50-
yup-oauth2 = { version = "11", optional = true }
50+
yup-oauth2 = { version = "12", optional = true }
5151
5252
google-apis-common = { path = "../../google-apis-common", version = "7" }
5353
% if cargo.get('is_executable'):

0 commit comments

Comments
 (0)