Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Axum 0.4 #5

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

incon
Copy link

@incon incon commented Feb 2, 2022

Resolves #4

tokio 1.14.0 -> 1.16.1
clap 3.0.0-beta.5 -> 3.0.14
serde 1.0.130 -> 1.0.136
argon2 0.3.1 -> 0.3.3
tower-http 0.2.0 -> 0.2.1
jwt 0.15.0 -> "0.16.0"
hmac 0.11.0 -> 0.12.0
sha2 0.9.8 -> 0.10.1
anyhow 1.0.48 -> 1.0.53
async-trait 0.1.51 -> 0.1.52
itertools 0.10.1 -> 0.10.3
@incon
Copy link
Author

incon commented Feb 2, 2022

The time crate hasn't been updated see launchbadge/sqlx#1277 for more details.

src/http/extractor.rs Outdated Show resolved Hide resolved
src/http/extractor.rs Outdated Show resolved Hide resolved
This was referenced Feb 7, 2022
@thangchung
Copy link

@incon We have axum 0.5 so any progress on this?

@davidpdrsn
Copy link

I have made a fork of this repo https://github.com/davidpdrsn/realworld-axum-sqlx with up to date dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to Axum 0.4
3 participants