fix(deps): update rust crate oauth2 to v5 #54
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.4.2
->5.0.0
Release Notes
ramosbugs/oauth2-rs (oauth2)
v5.0.0
Compare Source
Refer to the Upgrade Guide for tips on how to upgrade from 4.x.
Changes since 5.0.0-rc.1
Bug Fixes
9a2b746
)Full Changelog: ramosbugs/oauth2-rs@5.0.0-rc.1...5.0.0
Summary of changes since 4.4.2
Breaking Changes
TokenResponse
generic with associated type (30ced32
)impl Future
instead ofPin<Box<dyn Future>>
to fixSend
/Sync
bounds (6e583bd
)http
to 1.0 andreqwest
to 0.12 (408ecab
)85ea470
)oauth2::HttpClientError
and flatten exports (e.g.,oauth2::reqwest
instead ofoauth2::reqwest::reqwest
) (4391eed
)Error
type and usethiserror
'sFrom
impl by @MarijnS95 (#238)openidconnect
crate) (576f809
)Display
output ofRequestTokenError::ServerResponse
(96c6f9b
)Client
endpoints statically via typestates (1d1f4d1
)devicecode
andrevocation
modules private (9d8f11a
)reqwest-blocking
feature (da7d1c5
)4d55c26
)AsyncHttpClient
andSyncHttpClient
traits (23b952b
)New Features
SecretType::into_secret
(#272)timing-resistant-secret-traits
feature for PartialEq/Hash by @kate-shine (https://github.com/ramosbugs/oauth2-rs/pull/232)Eq
for types that already derivePartialEq
(b19ad89
)From
instead ofInto
for newtypes (d9402c4
)Display
trait for URL types (8bd0ff1
)Bug Fixes
9a2b746
)Other Changes
base64
to 0.21 (db0ea44
)chrono
to 0.4.31 (7b667fc
)openidconnect
crate in README (7b667fc
)spawn_blocking
to docs (1fc8188
)curl
asoauth2::curl
andureq
asoauth2::ureq
when the corresponding Cargo features are enabled (aff7471
)map_err()
conversions with aFrom
call via theTry
operator by @MarijnS95 (#239)csrf_state
by @ikehz (#245)prepare_request()
methods infallible (8ef74ac
)d675e81
)a8b5cf8
)92c491a
)Full Changelog: ramosbugs/oauth2-rs@4.4.2...5.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.