Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

[chore] Updated Rust packages to pass the Cargo audit #301

Merged
merged 1 commit into from
Jul 25, 2022

Conversation

villesundell
Copy link
Contributor

@villesundell villesundell commented Jul 24, 2022

Updated Rust packages in order to pass the cargo audit.

time is not updated. Instead the security advisory RUSTSEC-2020-0071 should be ignored, since it does not affect chrono, our only dependency using it.

Took cue from Diem's commit: f416e383e ("fix rustsec vulnerabilities", 2022-06-22).

Original Diem PR: diem/diem#10306
Chrono not affected: chronotope/chrono#578

Motivation

cargo audit didn't pass. Updated packages accordingly and modified the daily CI to ignore an advisory not related to us.

Have you read the Contributing Guidelines on pull requests?

Yes.

Test Plan

In addition to the CI tests, you can also run:

cargo audit --color never --ignore RUSTSEC-2021-0073 --ignore RUSTSEC-2021-0072 --ignore RUSTSEC-2020-0071

The audit daily CI job passes in my repo: https://github.com/villesundell/move/runs/7492805392?check_suite_focus=true

Updated Rust packages in order to pass the Cargo audit.

Time is not updated. Instead the security advisory RUSTSEC-2020-0071
should be ignored, since it does not affect Chrono, our only dependency
using it.

Took cue from Diem's commit:
f416e383e ("fix rustsec vulnerabilities", 2022-06-22).
@villesundell
Copy link
Contributor Author

Requesting reviews from my mentors @awelc and @tnowacki 📝

Copy link
Member

@wrwg wrwg left a comment

Choose a reason for hiding this comment

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

Awesome!

@wrwg wrwg merged commit f04e6af into move-language:main Jul 25, 2022
brson pushed a commit to brson/move that referenced this pull request Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants