-
Notifications
You must be signed in to change notification settings - Fork 159
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
Remove Cargo Audit Ignores #1247
Comments
This comment was marked as outdated.
This comment was marked as outdated.
According to the core developer of
The most viable option on our end is to remove |
After #1717 is merged, only |
I'll close this issue in favour of #1761. |
Task summary
https://rustsec.org/advisories/RUSTSEC-2020-0159donehttps://rustsec.org/advisories/RUSTSEC-2022-0009doneTL;DR
chrono
withtime
if possible move from chrono to time crate #1426libp2p
to0.45.1
everywhere crates: bump libp2p to 0.42.2 #1420Fix for RUSTSEC-2020-0071
time
cratetime
,>=0.2.23
chrono
(see below) depends ontime
0.1
; replacechrono
withtime
if possibleFix for RUSTSEC-2020-0159
chrono
'slocaltime_r
invocationschrono
withtime
if possibleFix for RUSTSEC-2021-0130
lru
cratelru
,>=0.7.1
lru
everywhere, it still gets pulled in by oldlibp2p
dependencies; upgradelibp2p
to0.42
everywhereFix for RUSTSEC-2022-0009
SignedEnvelope
against thePeerId
in aPeerRecord
libp2p-core
,>=0.31.1
libp2p
to0.42
everywhereThe text was updated successfully, but these errors were encountered: