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 http to 1.1 #669

Merged
merged 1 commit into from
Sep 1, 2024
Merged

Conversation

larvacea
Copy link
Member

Update http dependency, fix code that broke because of the dependency update.

Description of changes:

Update http dependency to 1.1; this broke an invocation of actix_web::HttpResponseBuilder in telemetry.rs, so replaced that with the actix_web ContentType header.

Testing done:

Built brupop image (see the CI GitHub Action)

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.

Change invocation of actix_web response builder to use actix_web
ContentType (was using a hybrid of actix_web and the http crate).
@larvacea larvacea merged commit 50d4091 into bottlerocket-os:develop Sep 1, 2024
2 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.

3 participants