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

axum-csp incompatible http version of axum 0.7.x #416

Closed
johansmitsnl opened this issue Nov 27, 2023 · 3 comments
Closed

axum-csp incompatible http version of axum 0.7.x #416

johansmitsnl opened this issue Nov 27, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@johansmitsnl
Copy link

With axum 0.7.x they switched to a newer version of http 1.0.0. The HeaderValue are incompatible.

In #405 you try to update the http crate. By why don't you use the http from axum::http. This way you are always compatible with the axum version.

@yaleman
Copy link
Owner

yaleman commented Nov 27, 2023

I'll see if I can swap to using the axum http version. (#405 was an automated update)

@yaleman yaleman added the enhancement New feature or request label Nov 27, 2023
@yaleman
Copy link
Owner

yaleman commented Nov 28, 2023

0.0.6 was released with the updates as suggested, I can't figure out how to update to axum 0.7.x today so I'll have to work that out soon.

@yaleman
Copy link
Owner

yaleman commented Nov 29, 2023

0.0.7's up.

@yaleman yaleman closed this as completed Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants