-
Notifications
You must be signed in to change notification settings - Fork 224
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
cargo audit alert for smallvec 1.6.0 #274
Comments
1.6.1 is semvee compatible with 1.6.0, so you only need to do |
Thanks, I tried but it did not work out. FYI, I am using cargo vendor. |
I came across this as well. Here are the relevant links:
Would it be acceptable to have a PR with |
Sure. |
Awesome :) I took the initiative and submitted it 👍 |
We force the smallvec dependency to be 1.6.1 due to the vulnerability outlined in the issue here Amanieu/parking_lot#274. We depend on governor which in turn depends on parking_lot. Signed-off-by: Fintan Halpenny <[email protected]>
We force the smallvec dependency to be >=1.6.1 due to the vulnerability outlined in the issue here Amanieu/parking_lot#274. We depend on governor which in turn depends on parking_lot. Also updating the field db-url to db-urls, and outputting the version of cargo deny for inspection sake. Signed-off-by: Fintan Halpenny <[email protected]>
Hi, would you please check cargo audit. I receive a message regarding one of parking_lot_core deps. and it would be nice to put the cargo audit in your build pipeline.
The text was updated successfully, but these errors were encountered: