-
Notifications
You must be signed in to change notification settings - Fork 71
Increase the MSRV to 1.53.0 #535
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
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.
Awesome, so good to see this!
@@ -1,6 +1,5 @@ | |||
[advisories] | |||
ignore = ["RUSTSEC-2021-0073", # We do not use `prost_types::Timestamp` anywhere in our code. | |||
"RUSTSEC-2020-0036"] # We don't have control over the exact dependencies of `protoc-grpcio`; See https://github.com/mtp401/protoc-grpcio/issues/36 | |||
ignore = [] |
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.
🎉
rustup toolchain install 1.53.0 | ||
# The "jwt-svid-authenticator" can not be compiled on 1.53.0 | ||
RUST_BACKTRACE=1 cargo +1.53.0 check --release --features=all-providers,direct-authenticator,unix-peer-credentials-authenticator |
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.
🚀
Ahh, fuzz checks still failing, I think a |
63318b3
to
69d5238
Compare
I think it's because it's using the client before the PR we made today that fixes the issue there |
Also upgrades the prost and spiffe version to remove cargo audit vulnerabilities. Removes the ignored ones. Un-comment the CI checks that were commented before. Signed-off-by: Hugues de Valon <[email protected]>
69d5238
to
e5e6225
Compare
Also upgrades the prost and spiffe version to remove cargo audit
vulnerabilities. Removes the ignored ones.
Un-comment the CI checks that were commented before.
Fix #514