-
Notifications
You must be signed in to change notification settings - Fork 93
twoway dependency is dead #143
Comments
@abonander is this crate still maintained? Apart the fact FYI: @ferdonline |
Deprecation was also announced in RustSec's advisory DB yesterday: https://rustsec.org/advisories/RUSTSEC-2021-0146 |
I don't know if the deprecation of twoway is worth the advisory, using warp currently causes my project to be flagged with https://osv.dev/RUSTSEC-2021-0146 by osv-scanner. There's an open PR to fix this: #144 I also noticed |
I'm afraid @abonander abandoned this project and soon it would get its own advisory. |
|
O wow... Worse than I though. Do we have alternatives? BTW it's time crates.io shows advisories as warnings. |
Cargo audit is now failing because of [RUSTSEC-2021-0146](https://rustsec.org/advisories/RUSTSEC-2021-0146). This is about `twoway` not being maintained anymore. This is a transitive dependency of `multipart`, which is a dependency of `warp`. This is the GH issue that describes the problem: abonander/multipart#143 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The twoway crate is obsolete. I suggest replacing it with memchr. The twoway crate also breaks Cargo's
-Z minimal-versions
option, because it can indirectly cause libc 0.1 to be pulled in.The text was updated successfully, but these errors were encountered: