-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump oauth2 from 4.4.2 to 5.0.0 (#1532)
* Bump oauth2 from 4.4.2 to 5.0.0 Bumps [oauth2](https://github.com/ramosbugs/oauth2-rs) from 4.4.2 to 5.0.0. - [Release notes](https://github.com/ramosbugs/oauth2-rs/releases) - [Upgrade guide](https://github.com/ramosbugs/oauth2-rs/blob/main/UPGRADE.md) - [Commits](ramosbugs/oauth2-rs@4.4.2...5.0.0) --- updated-dependencies: - dependency-name: oauth2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix `oauth 0.5` breakage Updates `divviup-api` to adapt to the breaking changes in `oauth 0.5`. Much of this follows from advice in the [upgrade guide][1]. - move entire crate to `http 1.1.0` - use `http-compat-1` feature on `trillium-http` - adopt builder pattern for constructing `oauth2::BasicClient` - add type alias `ConfiguredOauthClient` as a shorthand for `oauth2::BasicClient<...>` - add wrapper around `trillium_client::Client` so we can implement `oauth2::AsyncHttpClient` on it - translate `oauth2::HttpRequest/Response` to/from Trillium equivalents [1]: https://github.com/ramosbugs/oauth2-rs/blob/main/UPGRADE.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tim Geoghegan <[email protected]>
- Loading branch information
1 parent
705df06
commit 5b95ab7
Showing
3 changed files
with
83 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters