Skip to content

Commit

Permalink
Update to latest released yup-oauth2 v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron authored and kylegentle committed Jun 2, 2022
1 parent c5ff239 commit 5c22221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ clap = "2"
hyper = "0.14"
mime = "0.2"
rustc-serialize = "*"
yup-oauth2 = "^ 6.0"
yup-oauth2 = "^ 7.0"
serde = "1"
serde_json = "1"
serde_derive = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/mako/Cargo.toml.mako
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mime = "^ 0.2.0"
serde = "^ 1.0"
serde_json = "^ 1.0"
serde_derive = "^ 1.0"
yup-oauth2 = "^ 6.6"
yup-oauth2 = "^ 7.0"
itertools = "^ 0.10"
% for dep in cargo.get('dependencies', list()):
${dep}
Expand Down

0 comments on commit 5c22221

Please sign in to comment.