Skip to content

Commit

Permalink
Update oauth2 to 4.2.2
Browse files Browse the repository at this point in the history
Fixes #76.
  • Loading branch information
ramosbugs committed Jul 4, 2022
1 parent 6d9e458 commit f0a64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ thiserror = "1.0"
http = "0.2"
itertools = "0.10"
log = "0.4"
oauth2 = { version = "4.2.1", default-features = false }
oauth2 = { version = "4.2.2", default-features = false }
rand = "0.8"
ring = "0.16"
serde = "1.0"
Expand Down

0 comments on commit f0a64ad

Please sign in to comment.