Skip to content

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

Merged
merged 1 commit into from
Sep 28, 2021
Merged

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Sep 28, 2021

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

@hug-dev hug-dev requested a review from a team as a code owner September 28, 2021 10:34
Copy link
Member

@ionut-arm ionut-arm left a 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 = []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Comment on lines +255 to +257
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@ionut-arm
Copy link
Member

Ahh, fuzz checks still failing, I think a cargo update is needed in the fuzz folder

@hug-dev
Copy link
Member Author

hug-dev commented Sep 28, 2021

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]>
@hug-dev hug-dev merged commit ea71b1d into parallaxsecond:main Sep 28, 2021
@hug-dev hug-dev deleted the lift-msrv-req branch September 28, 2021 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fuzz Testing & Nightly Cargo udeps are failing due to prost-derive
3 participants