- Updated
base64
to v0.21 - Updated
rust-argon2
to v2.0.0 - The
Argon2
hasher now uses the parameters recommended by RFC-9106 for memory constrained environments
- Updated oxide-auth-axum to Axum 0.6 and adapted
OAuthRequest
toFromRequest
andOAuthResource
toFromRequestParts
per tokio-rs/axum#1272