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

Bumps dependencies to get rid old version of ring (<0.17) #248

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 28, 2024

  1. Bumps rcgen version to 0.12, adapts tls.rs accordingly

    rcgen was using version 0.8 which used a ring version that didn't support
    ppc64le arch. Support for it was recently added in ring=0.17.0 and supported by
    rcgen in 0.12
    sr-gi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ecfaf19 View commit details
    Browse the repository at this point in the history
  2. Bumps tonic to 0.11 and prost to 0.12, adapts Cargo files accordingly

    Bumping tonic required cargo file edition to be bumped to 2021
    sr-gi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e8f2b01 View commit details
    Browse the repository at this point in the history
  3. gh-actions: make sure protoc is installed when installing teos

    This is a temp fix, the installation usually happens when creating the cache,
    so we can remove this after creating a new one
    sr-gi committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d30de67 View commit details
    Browse the repository at this point in the history