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 to [email protected] #11

Merged
merged 14 commits into from
Aug 7, 2024
Merged

Upgrade to [email protected] #11

merged 14 commits into from
Aug 7, 2024

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    e2bfdd9 View commit details
    Browse the repository at this point in the history
  2. Update webpki-roots, replace OwnedTrustAnchor.

    Use rustls::pki_types::TrustAnchor instead.
    tmpfs committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    586b2d4 View commit details
    Browse the repository at this point in the history
  3. Update axum, code compiles.

    tmpfs committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5307c9c View commit details
    Browse the repository at this point in the history
  4. Replace use_preconfigured_tls() with use_rustls_tls().

    We can't share the ClientConfig anymore as reqwest has yet to be updated
    to [email protected] so instead we just let the client use it's own rustls
    configuration.
    tmpfs committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6f623dd View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    ea7a9c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    d51d68c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3107e17 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    996ae78 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. chore: Run cargo fmt --all

    matheus23 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    463902f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd439a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5e3751 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5860656 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08470a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a24232c View commit details
    Browse the repository at this point in the history