-
Notifications
You must be signed in to change notification settings - Fork 30
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
Update prost to 0.8 #55
Conversation
Signed-off-by: pingyu <shui.yu@126.com>
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.
I think the crate version needs to be changed to 0.13, so the dependents using 0.12 won't be affected.
cc @BusyJay
Agree. |
Signed-off-by: pingyu <shui.yu@126.com>
Can this PR be merged ? |
/merge |
It seems to still depend on 0.7. |
It seems to indirectly depend on 0.7 from
|
Update Prost to 0.8, to avoid security issue of 0.7 (RUSTSEC-2021-0073).
Related issue: tikv/tikv#10905
Signed-off-by: pingyu shui.yu@126.com