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

Upgrade axum to 0.7.4 #121

Merged
merged 11 commits into from
Feb 23, 2024
Merged

Upgrade axum to 0.7.4 #121

merged 11 commits into from
Feb 23, 2024

Commits on Feb 18, 2024

  1. Upgrade Axum to 0.7.4

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1f92cdf View commit details
    Browse the repository at this point in the history
  2. Export Axum crate

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f7bfa34 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Upgrade Axum in macros as well

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    513511e View commit details
    Browse the repository at this point in the history
  2. Upgrade crates that depend on Axum

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    535843c View commit details
    Browse the repository at this point in the history
  3. Use axum from dapr::server::actor

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    8fe7b0d View commit details
    Browse the repository at this point in the history
  4. Remove trailing spaces and fix typos

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    1576f62 View commit details
    Browse the repository at this point in the history
  5. Format file

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    76bd24d View commit details
    Browse the repository at this point in the history
  6. Upgrade env_logger and toolchain

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9e8720f View commit details
    Browse the repository at this point in the history
  7. Trim spaces and remove useless quotes

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bb515e2 View commit details
    Browse the repository at this point in the history
  8. Use named parameter

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b04a401 View commit details
    Browse the repository at this point in the history
  9. Run cargo fmt

    Signed-off-by: Cyril Scetbon <cscetbon@gmail.com>
    cscetbon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b690f91 View commit details
    Browse the repository at this point in the history