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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update axum and http #1431

Merged
merged 6 commits into from
Dec 16, 2023
Merged

Commits on Nov 27, 2023

  1. Update axum and http

    Updates to axum 0.7 and http 1.0.
    
    Note that this is a breaking change because http is a public dependency
    of async-await.
    
    Some integrations, such as warp, can't be updated yet because they don't
    support http 1.0.
    davidpdrsn committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9dbad9d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. add http02 feature

    sunli829 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    715ec14 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    sunli829 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    2e7dca2 View commit details
    Browse the repository at this point in the history
  3. update integrations

    sunli829 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    65a810d View commit details
    Browse the repository at this point in the history
  4. Update examples

    sunli829 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    62f1a65 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. update examples

    sunli829 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    a666be8 View commit details
    Browse the repository at this point in the history