-
Notifications
You must be signed in to change notification settings - Fork 203
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
RUSTSEC-2021-0127: serde_cbor is unmaintained #1568
Comments
Both proposed alternatives are no easy switch:
|
@syphar do we have to use CBOR specifically? could we use a more common format, like bincode or something? |
We can choose any format, we only still have to support and/or recreate the already existing indexes. But after the performance issues and now this I was thinking about switching too. Best is probably using a format where we don't have to load the whole index into memory to get a single file location. |
serde_cbor
0.11.2
The
serde_cbor
crate is unmaintained. The author has archived the github repository.Alternatives proposed by the author:
*
ciborium
*
minicbor
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: