-
Notifications
You must be signed in to change notification settings - Fork 15
Please update dependencies #330
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
Comments
1 task
Another security advisory from ring 0.16 caused by litep2p: https://rustsec.org/advisories/RUSTSEC-2025-0009.html |
Hey Nazar! Apologies for the inconvenience, I will have a look at upgrading our dependencies soon! |
lexnv
added a commit
that referenced
this issue
Mar 31, 2025
The following crates are made optional, depending on the Quic feature flag: - ring - rustls This effectively ensures that litep2p is not leaking outdated dependencies for experimental features (ie quic). Closes: #330 cc @paritytech/networking --------- Signed-off-by: Alexandru Vasile <[email protected]>
Imod7
pushed a commit
that referenced
this issue
Apr 1, 2025
The following crates are made optional, depending on the Quic feature flag: - ring - rustls This effectively ensures that litep2p is not leaking outdated dependencies for experimental features (ie quic). Closes: #330 cc @paritytech/networking --------- Signed-off-by: Alexandru Vasile <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dependencies used here are outdated and should be updated:
The most frustrating thing is that we don't even use litep2p, it gets pulled with Substrate unconditionally and we have to struggle from this for no reason 😕
Please consider updating these ASAP and bump the version in Substrate accordingly
The text was updated successfully, but these errors were encountered: