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

Remove http from dependencies #1490

Merged
merged 2 commits into from Feb 8, 2024
Merged

Remove http from dependencies #1490

merged 2 commits into from Feb 8, 2024

Conversation

Alenar
Copy link
Collaborator

@Alenar Alenar commented Feb 7, 2024

Content

This PR remove http from our dependencies since it's already re-exported by warp, our main current solution for http server.
This means that we don't need to upgrade it at all 😏.

This dependency still exist but instead of using it directly we use the re-export that warp offer.

Pre-submit checklist

  • Branch
    • Tests are provided (if possible)
    • Crates versions are updated (if relevant)
    • Commit sequence broadly makes sense
    • Key commits have useful messages
  • PR
    • No clippy warnings in the CI
    • Self-reviewed the diff
    • Useful pull request description
    • Reviewer requested

Issue(s)

Closes #1474

@Alenar Alenar self-assigned this Feb 7, 2024
Copy link

github-actions bot commented Feb 7, 2024

Test Results

  3 files  ±0   33 suites  ±0   8m 57s ⏱️ -50s
814 tests ±0  814 ✅ ±0  0 💤 ±0  0 ❌ ±0 
887 runs  ±0  887 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9fc48a1. ± Comparison against base commit 9767354.

♻️ This comment has been updated with latest results.

Copy link
Collaborator

@dlachaume dlachaume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Copy link
Member

@jpraynaud jpraynaud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Since it's already re-exported by warp, our main current solution for
http server.
@Alenar Alenar force-pushed the djo/1474/upgrade_http_crate branch from 5ad46c1 to 9fc48a1 Compare February 8, 2024 09:14
@Alenar Alenar merged commit 0173db4 into main Feb 8, 2024
39 checks passed
@Alenar Alenar deleted the djo/1474/upgrade_http_crate branch February 8, 2024 09:40
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.

Upgrade http dependency
3 participants