-
Notifications
You must be signed in to change notification settings - Fork 63
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the linting issue, looks good 👍 .
Looks like we may need to pause this for a bit more. |
Made some progress updating |
fc3b9be
to
8e9e451
Compare
ae15222
to
54aea52
Compare
fce8d2a
to
072c0cb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK
Works as expected 👍
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.13
Bumping tonic required cargo file edition to be bumped to 2021
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
tonic also had a chain dependency to ring, so it needed updating (and therefore also prost)
Close #243