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

chore(deps): bump axum to 0.8.1 #276

Merged
merged 1 commit into from
Jan 7, 2025
Merged

chore(deps): bump axum to 0.8.1 #276

merged 1 commit into from
Jan 7, 2025

Conversation

SHAcollision
Copy link
Collaborator

Latest pubky-core conflicts in version of bytes with axum 0.7.9 . This can be fixed by upgrading to axum 0.8.0 which required:

  1. Bumping utoipa to latest commit in main.
  2. Do the same in pubky-app-specs repo.
  3. Changing how params in endpoints are prefixed. Axum 0.8 changes :param to {param} so our macro for swagger/axum is not needed anymore.

Pre-submission Checklist

For tests to work you need a working neo4j and redis instance with the example dataset in docker/db-graph

  • Testing: Implement and pass new tests for the new features/fixes, cargo test.
  • Performance: Ensure new code has relevant performance benchmarks, cargo bench

@SHAcollision SHAcollision merged commit b7832c5 into main Jan 7, 2025
3 checks passed
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.

2 participants