-
Notifications
You must be signed in to change notification settings - Fork 117
Protobuf 3.7.2 bump and updated build.rs to fix GHSA-2gh3-rmm4-6rq5, linter allows added. #264
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
kbsteere
commented
Mar 31, 2025
- updated protobuf version to be a minimum of 3.7.2 to address GHSA-2gh3-rmm4-6rq5.
- Added linter allows so build and tests pass
Welcome @kbsteere! It looks like this is your first PR to tikv/pprof-rs 🎉 |
…3-rmm4-6rq5. Added linter allows so build and tests pass Signed-off-by: Kyle Steere <[email protected]>
5008794
to
a02a728
Compare
Signed-off-by: Kyle Steere <[email protected]>
…pure Signed-off-by: Kyle Steere <[email protected]>
removed commented lines from previous commit commented out profile.encode due to testing failures Signed-off-by: Kyle Steere <[email protected]>
8fc0b7a
to
c6e01b6
Compare
@YangKeao need anything else from me? |
@kbsteere Thanks for your contribution! This PR looks good 👍 ! It can be merged once it passed the CI. The failure is caused by stepancheg/rust-protobuf#746. The newer version of Here is an example to update the MSRV: https://github.com/tikv/pprof-rs/pull/204/files. It mainly changed three things:
|
Signed-off-by: Kyle Steere <[email protected]>
Signed-off-by: Kyle Steere <[email protected]>
Fixed errors with |
Signed-off-by: Kyle Steere <[email protected]>
Hey @YangKeao need approval for workflow run. |
Signed-off-by: Yang Keao <[email protected]>
Sorry. I misunderstood the mentioned issue, and the 1.71.0 is not enough. It should be upgraded to 1.74.0 (I guess it's caused by https://rust-lang.github.io/rfcs/2145-type-privacy.html). I've pushed a new commit to your branch and hope it'll pass. |
Signed-off-by: Yang Keao <[email protected]>
070052f
to
30c0d0c
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.
LGTM
Good job! Thanks for your contribution again 🍻 . I'll bump the version and publish a new version later.